Vec.length

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

Return Value

Type: size_t

Length of buffer in elements.

Meta