I/O buffers are first-in-first-out queues of bytes.
Buffers are backed by manually allocated storage that does not get moved by the garbage collector; they are also low-level and sacrifice error checking for efficiency.
Buffers are used to implement native I/O backends.
Buffer words are found in the io.buffers vocabulary.