The OpenD Programming Language

CyclicBuffer.back

Accesses to the item at the end of the buffer.

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

Meta