On this page:
read/ bytes
write/ bytes

3 Bytes

This library is unstable; compatibility will not be maintained. See Unstable: May Change Without Warning for more information.

 (require unstable/bytes)

procedure

(read/bytes b)  printable/c

  b : bytes?
reads a value from b and returns it.

procedure

(write/bytes v)  bytes?

  v : printable/c
writes v to a bytes and returns it.