chickadee » srfi-66 » list->u8vector

list->u8vector octetsprocedure

u8vector->list returns a newly allocated list of the elements of u8vector in the same order.Analogous to vector->list.

list->u8vector returns a newly allocated octet vector whose elements are the elements of list octets, which must all be octets. Analogous to list->vector.