The OpenD Programming Language

CyclicBuffer.insertFront

Inserts the given item into the start of the buffer.

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

Meta