FixedCircularBuffer

Undocumented in source.

Constructors

this
this(T[] initializedBuffer)
Undocumented in source.

Members

Functions

move
T move(T x)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buffer
T[] buffer;
Undocumented in source.
frontIndex
size_t frontIndex;
Undocumented in source.

Meta