Vector.capacity

struct Vector(T)
pure nothrow @nogc
size_t
capacity
()

Return Value

Type: size_t

the current capacity of the vector

Meta