# Functions
NewBufferBytes creates a fixed-size buffer from the specified data.
No description provided by the author
No description provided by the author
No description provided by the author
NewResizableBuffer creates a mutable, resizable buffer with an Allocator for managing memory.
Set assigns the value c to every element of the slice buf.
# Variables
DefaultAllocator is a default implementation of Allocator and can be used anywhere an Allocator is required.
# Structs
Buffer is a wrapper type for a buffer of bytes.
No description provided by the author
No description provided by the author
No description provided by the author