Buffer.front

Fetches the item at the current position of the buffer.

struct Buffer(T, Flag!"dynamic" dynamic = No.dynamic, size_t originalSize = 128)
pure nothrow ref inout pure @safe nothrow @nogc
front
()

Return Value

Type: auto ref

An item T.