dil ~master (2015-07-05T21:12:10Z)
Home
Dub
Repo
Array.this
dil
Array
Array
Constructs an Array and reserves space of n bytes.
struct
Array
this
(
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
Constructs an Array and reserves space of n bytes.