Some form of dynamically-allocated memory. Implementation is provided by the Allocator parameter.
Create a new instance with given capacity.
Destructor - destroys the wrapped data.
Allocated capacity.
Used size. Needed for safe appends.
Pointer to actual data.
Reference count.
See Implementation
Some form of dynamically-allocated memory. Implementation is provided by the Allocator parameter.