The OpenD Programming Language

CyclicBuffer.removeBack

Removes the item at the end of the buffer.

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

Meta