lu
Dlang.org
CircularBuffer.front
lu
container
CircularBuffer
Returns the front element.
struct
CircularBuffer
(T, Flag!"dynamic" dynamic = No.dynamic, size_t originalSize = 16)
ref inout
auto ref
front
(
)
if
(
originalSize
> 1
)
Return Value
Type:
auto ref
An item T.
lu
container
CircularBuffer
functions
clear
dup
empty
front
opOpAssign
popFront
put
reset
resize
save
size
variables
buf
caughtUp
head
initialised
tail
Returns the front element.