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