Vec.SIZE

A static contstant that can be used to get the size of the vector.

struct Vec(T, size_t size)
static const
size_t SIZE;

Meta