A disabled default is present on this object. To use it, use one of the other constructors or a factory function.
Create a buffer with a given initial capacity
Create a buffer from a fixed-size array of elements
Appends a value to the end of the array
Add many values in a compile-time list
Reset the element count without changing the size of the allocated chunk
Resizes the the array to be a given size manually
Remove an element at an index by swapping it with the last element
A growable buffer that attempts to keep as many operations amortized as possible