betterc v0.1.1 (2018-10-25T17:41:27Z)
Dub
Repo
Vector.this
betterc
dynamicvector
Vector
Constructor
this
(size_t n)
this
(T[] src, size_t n)
struct
Vector
(T)
nothrow @
nogc
this
(
T
[]
src
,
size_t
n
= 0
)
Parameters
src
T
[]
Initial array values
n
size_t
Initial array capacity
Meta
Source
See Implementation
betterc
dynamicvector
Vector
constructors
this
destructors
~this
functions
capacity
clear
erase
length
opApply
opAssign
opBinary
opDollar
opIndex
opSlice
pop
ptr
push
shrink
shrink_to_fit
trim
postblits
this(this)
Constructor