# Functions
NewFixedWriter creates a Writer from an existent memory segment/buffer.
NewReader creates a Reader using the existent slice.
NewWriter creates a Writer with the given initial capacity.
# Variables
ErrOutOfMemory happens when alloc is required while using NewFixedWriter.