Vector.length

struct Vector(T)
const pure nothrow @nogc
size_t
length
()

Return Value

Type: size_t

the current length of the vector

Meta