Vec.size

struct Vec(T)
nothrow @nogc
alias size = length

Return Value

Length of buffer in elements.

Meta