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 const @nogc
T
front
()

Return Value

Type: T

An item T.

Meta