Mat.length

row major container: length is the number of rows

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

Meta