Vec.opDollar

struct Vec(T)
nothrow @nogc public
alias opDollar = length

Return Value

Length of buffer in elements.

Meta