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

sint-list->blob size endianness listprocedure

Size must be a positive exact integer. Endianness must be an endianness object.

These convert between lists of integers and their consecutive representations according to size and endianness in blobs in the same way as blob->u8-list, blob->s8-list, u8-list->blob, and s8-list->blob do for one-octet representations.