Mat.N

Undocumented in source.
struct Mat(T, size_t rowCount, size_t colCount)
static if(rowCount == colCount)
alias N = rowCount

Meta