Matrix.width

only: if( isStaticWidth )

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

Meta