The OpenD Programming Language

CyclicBuffer.insertBack

Inserts the given item into the end of the buffer.

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

Meta