The OpenD Programming Language

CyclicBuffer.removeFront

Removes the item at the start of the buffer.

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

Meta