Vector.datatype

struct Vector(size_t N, T, alias string AS = "")
alias datatype = T

Meta