Mat.compLength

The number of components in the matrix;

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

Meta