alid.circularblocks

Implements an expanding circular buffer that places elements on an array of blocks.

Members

Structs

CircularBlocks
struct CircularBlocks(T)

Represents an expanding circular buffer implemented as blocks of elements of T.

Meta