Vector.selftype

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

Meta