# Functions
MakeDynamic buffer.
MakeDynamicHint avoids making excessive allocations if the maximum buffer size can be estimated in advance.
MakeLimited buffer with a maximum size.
MakeStatic buffer.
NewDynamic buffer.
NewDynamicHint avoids making excessive allocations if the maximum buffer size can be estimated in advance.
NewLimited buffer with a maximum size.
NewStatic buffer.
# Variables
No description provided by the author