The OpenD Programming Language

CyclicBuffer.popFront

Removes the item at the start of the buffer.

import containers.cyclicbuffer;
struct CyclicBuffer(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
alias popFront = removeFront

Meta