Implements an expanding circular buffer that places elements on an array of blocks.
Represents an expanding circular buffer implemented as blocks of elements of T.
See Source File
Implements an expanding circular buffer that places elements on an array of blocks.