chickadee » srfi-74 » u8-list->blob

u8-list->blob blobprocedure

blob->u8-listreturns a newly allocated list of the octets of blob in the same order.

U8-list->blob returns a newly allocated blob whose elements are the elements of list octets, which must all be octets, in the same order. Analogous to list->vector.