2 Bytes
NOTE: This library is deprecated; use racket/bytes, instead.
(require unstable/bytes) | package: unstable-list-lib |
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.