3 Bytes
This library is unstable; compatibility will not be maintained. See Unstable: May Change Without Warning for more information.
(require unstable/bytes) |
(read/bytes b) → printable/c b : bytes?
reads a value from b and returns it.
(write/bytes v) → bytes? v : printable/c
writes v to a bytes and returns it.