alid.circularblocks

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

Members

Mixins

__anonymous
mixin NogcError!"circularblocks"
Undocumented in source.

Structs

CircularBlocks
struct CircularBlocks(T)

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

Meta