- bytevector->s8vector BYTEVECTORprocedure
- bytevector->u16vector BYTEVECTORprocedure
- bytevector->s16vector BYTEVECTORprocedure
- bytevector->u32vector BYTEVECTORprocedure
- bytevector->s32vector BYTEVECTORprocedure
- bytevector->u64vector BYTEVECTORprocedure
- bytevector->s64vector BYTEVECTORprocedure
- bytevector->f32vector BYTEVECTORprocedure
- bytevector->f64vector BYTEVECTORprocedure
- bytevector->c64vector BYTEVECTORprocedure
- bytevector->c128vector BYTEVECTORprocedure
Each of these procedures return a vector where the argument BYTEVECTOR is taken as a 'packed' representation of the contents of the vector. The /shared variants return a vector that shares memory with the contents of the bytevector, the others will copy the bytevector.