Mat.columnLength

The number of columns in the matrix.

struct Mat(T, size_t R, size_t C)
enum columnLength = C;

Meta