Vec.capacity

struct Vec(T)
nothrow @nogc pure const @safe
size_t
capacity
()

Return Value

Type: size_t

Allocated size of the underlying array.

Meta