- u8vector->blob U8VECTORprocedure
- s8vector->blob S8VECTORprocedure
- u16vector->blob U16VECTORprocedure
- s16vector->blob S16VECTORprocedure
- u32vector->blob U32VECTORprocedure
- s32vector->blob S32VECTORprocedure
- u64vector->blob U64VECTORprocedure
- s64vector->blob S64VECTORprocedure
- f32vector->blob F32VECTORprocedure
- f64vector->blob F64VECTORprocedure
Each of these procedures return the contents of the given vector as a 'packed' blob. The byte order in that vector is platform-dependent (for example little-endian on an Intel processor). The /shared variants return a blob that shares memory with the contents of the vector, the others will copy the contents of the SRFI-4 vector's internal blob object.