lu
Dlang.org
Buffer.front
lu
container
Buffer
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
auto ref
front
(
)
Return Value
Type:
auto ref
An item T.
lu
container
Buffer
functions
clear
empty
front
length
opOpAssign
popFront
put
reserve
reset
manifest constants
growthFactor
variables
buf
bufferSize
end
pos
Fetches the item at the current position of the buffer.