Vec.opDollar

struct Vec(T)
alias opDollar = length

Return Value

Length of buffer in elements.

Meta