makeVec

nothrow @nogc
Vec!T
makeVec
(
T
)
(
size_t initialSize = 0
,
int alignment = 1
)

Return Value

Type: Vec!T

A newly created Vec.

Meta