dil ~master (2015-07-05T21:12:10Z)
Home
Dub
Repo
Array.growcap
dil
Array
Array
Grows the capacity by n or cap * 1.5.
struct
Array
void
growcap
(
size_t
n
= 0
)
Meta
Source
See Implementation
dil
Array
Array
constructors
this
functions
cap
compact
destroy
elems
get
growcap
len
opOpAssign
opSlice
rem
reserve
shrinkby
variables
cur
end
ptr
Grows the capacity by n or cap * 1.5.