Construct an object that will use the provided buffer
This constructor will allocate at least one additional heap block for a sliding window use case. Consider the constructor that takes array of arrays to prevent that allocation.
the buffer to use for the elements
See Implementation
Construct an object that will use the provided buffer
This constructor will allocate at least one additional heap block for a sliding window use case. Consider the constructor that takes array of arrays to prevent that allocation.