The OpenD Programming Language

CyclicBuffer.insertAnywhere

Inserts the given item into the end of the buffer.

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

Meta