The OpenD Programming Language

CyclicBuffer.put

Inserts the given item into the end of the buffer.

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

Meta