lu
Dlang.org
Buffer.buf
lu
container
Buffer
Internal buffer static array.
T
[]
buf
;
T
[
bufferSize
]
buf
;
struct
Buffer
(T, Flag!"dynamic" dynamic = No.dynamic, size_t originalSize = 128)
pure nothrow
static if
(!(
dynamic
))
T
[
bufferSize
]
buf
;
lu
container
Buffer
functions
clear
empty
front
length
opOpAssign
popFront
put
reserve
reset
manifest constants
growthFactor
variables
buf
bufferSize
end
pos
Internal buffer static array.