Vector.dataType

Alias to data type (e.g. float, int)

struct Vector(T, size_t N)
alias dataType = T

Meta