MatrixView.cols

The number of columns in the matrix.

struct MatrixView(T, Storage stor = Storage.General, Triangle tri = Triangle.Upper)
size_t cols;

Meta