MatrixView.leading

The leading (row) dimension. Included to support matrix slicing, currently just an alias to rows.

struct MatrixView(T, Storage stor = Storage.General, Triangle tri = Triangle.Upper)
alias leading = rows

Meta