The OpenD Programming Language

CyclicBuffer.opDollar

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

Return Value

the number of items in the buffer.

Meta