chickadee » byte-blob » u8vector->byte-blob

(u8vector->byte-blob U8VECTOR) => BYTE-BLOB procedure
(s8vector->byte-blob S8VECTOR) => BYTE-BLOB procedure
(u16vector->byte-blob U16VECTOR) => BYTE-BLOB procedure
(s16vector->byte-blob S16VECTOR) => BYTE-BLOB procedure
(u32vector->byte-blob U32VECTOR) => BYTE-BLOB procedure
(s32vector->byte-blob S32VECTOR) => BYTE-BLOB procedure
(f32vector->byte-blob F32VECTOR) => BYTE-BLOB procedure
(f64vector->byte-blob F64VECTOR) => BYTE-BLOB procedure
(byte-blob->u8vector BYTE-BLOB) => U8VECTOR procedure
(byte-blob->s8vector BYTE-BLOB) => S8VECTOR procedure
(byte-blob->u16vector BYTE-BLOB) => U16VECTOR procedure
(byte-blob->s16vector BYTE-BLOB) => S16VECTOR procedure
(byte-blob->u32vector BYTE-BLOB) => U32VECTOR procedure
(byte-blob->s32vector BYTE-BLOB) => S32VECTOR procedure
(byte-blob->f32vector BYTE-BLOB) => F32VECTOR procedure
(byte-blob->f64vector BYTE-BLOB) => F64VECTOR procedure