blob-uint-set![procedure] blob-uint-set! size endianness blob k n
SRFI-74: Stores the unsigned representation of size size
and specified by endianness into the blob at indices {k, ..., k + size - 1}.
n must be an exact integer in the interval [0, (256^size)-1].
See also endianness.
|