RingBufferNoGC.front

struct RingBufferNoGC(T)
public pure nothrow @nogc
T
front
()

Return Value

Type: T

item at the front of the queue.

Meta