lu
Dlang.org
Buffer.growthFactor
lu
container
Buffer
By how much to grow the buffer when we reach the end of it.
struct
Buffer
(T, Flag!"dynamic" dynamic = No.dynamic, size_t originalSize = 128)
private pure nothrow
static if
(
dynamic
)
enum
growthFactor
=
1.5
;
lu
container
Buffer
functions
clear
empty
front
length
opOpAssign
popFront
put
reserve
reset
manifest constants
growthFactor
variables
buf
bufferSize
end
pos
By how much to grow the buffer when we reach the end of it.