The OpenD Programming Language

containers.cyclicbuffer

Cyclic Buffer

Members

Structs

CyclicBuffer
struct CyclicBuffer(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)

Array that provides constant time (amortized) appending and popping at either end, as well as random access to the elements.

Meta

Authors

Nickolay Bukreyev