The OpenD Programming Language

CyclicBuffer.popBack

Removes the item at the end of the buffer.

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

Meta