Vec.length

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

Return Value

Type: size_t

Length of buffer in elements.

Meta