Matrix.selftype

struct Matrix(size_t H, size_t W, E)
alias selftype = Matrix!(H, W, E)

Meta