- u8vector->blob U8VECTORprocedure
- s8vector->blob S8VECTORprocedure
- u16vector->blob U16VECTORprocedure
- s16vector->blob S16VECTORprocedure
- u32vector->blob U32VECTORprocedure
- s32vector->blob S32VECTORprocedure
- 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.