- blob->u8vector BLOBprocedure
- blob->s8vector BLOBprocedure
- blob->u16vector BLOBprocedure
- blob->s16vector BLOBprocedure
- blob->u32vector BLOBprocedure
- blob->s32vector BLOBprocedure
- blob->u64vector BLOBprocedure
- blob->s64vector BLOBprocedure
- blob->f32vector BLOBprocedure
- blob->f64vector BLOBprocedure
Each of these procedures return a vector where the argument BLOB 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 blob, the others will copy the blob.