chickadee » chicken » number-vector » bytevector->u32vector

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
bytevector->s8vector/shared BYTEVECTORprocedure
bytevector->u16vector/shared BYTEVECTORprocedure
bytevector->s16vector/shared BYTEVECTORprocedure
bytevector->u32vector/shared BYTEVECTORprocedure
bytevector->s32vector/shared BYTEVECTORprocedure
bytevector->u64vector/shared BYTEVECTORprocedure
bytevector->s64vector/shared BYTEVECTORprocedure
bytevector->f32vector/shared BYTEVECTORprocedure
bytevector->f64vector/shared BYTEVECTORprocedure
bytevector->c64vector/shared BYTEVECTORprocedure
bytevector->c128vector/shared 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.