The OpenD Programming Language

CyclicBuffer.front

Accesses to the item at the start of the buffer.

struct CyclicBuffer(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
ref nothrow pure @property @safe
front
(
this This
)
()

Meta