Matrix.datatype

struct Matrix(size_t H, size_t W, E)
alias datatype = E

Meta