Previous: , Up: bytevector compounds   [Index]


28.4 Accessors and mutators

The following bindings are exported by the library (vicare containers bytevector-compounds).

Function: bytevector-compound-u8-set! bvcom idx octet
Function: bytevector-compound-u8-ref bvcom idx

Accessor and mutator for non-negative exact integers in the range [0, 255].

Function: bytevector-compound-s8-set! bvcom idx byte
Function: bytevector-compound-s8-ref bvcom idx

Accessor and mutator for non-negative exact integers in the range [-128, 127].