CCByte_bufferSourceByte buffer.
A dynamic vector of bytes.
Access the underlying byte buffer. This buffer can change after operations that affect the capacity (e.g. add_char).
shrink_to buf n reduces length buf to at most n. Does nothing if the length is already <= n.