Vector.size

struct Vector(T, ubyte N)
alias size = N

Meta