- blob-s8-set! blob k byteprocedure
K must be a valid index of blob.
Blob-u8-set! stores octet in element k of blob.
Byte, must be an exact integer in the interval {-128, ..., 127}. Blob-u8-set! stores the two's complement representation of byte in element k of blob.
The return values are unspecified.