Vec.length

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

Return Value

Type: size_t

Length of buffer in elements.

Meta