The OpenD Programming Language

CyclicBuffer.insert

Inserts the given item into the end of the buffer.

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

Meta