RingBuffer.front

class RingBuffer(T)
@safe @nogc pure nothrow
T
front
()

Return Value

Type: T

Element in the front of the buffer

Meta