MatrixExpression.inferSize

Undocumented in source. Be warned that the author may not have intended to support it.
struct MatrixExpression(Lhs, string s, Rhs)
static
inferSize
if (
isValidOperator!(Lhs, s, Rhs) &&
&&
!(
isMatrix!Lhs ||
)
)

Meta