Matrix.height

only: if( isStaticHeight )

struct Matrix(size_t H, size_t W, E)
enum height = H;

Meta