sint-list->blob[procedure] blob->uint-list size endianness blob
[procedure] blob->sint-list size endianness blob
[procedure] uint-list->blob size endianness list
[procedure] sint-list->blob size endianness list
SRFI-74: Size must be a positive exact integer. Endianness must be an endianness object (See endianness).
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.
|