CircularBuffer.front

Returns the front element.

struct CircularBuffer(T, Flag!"dynamic" dynamic = No.dynamic, size_t originalSize = 16)
ref inout
front
()
if (
originalSize > 1
)

Return Value

Type: auto ref

An item T.