struct rgpot::units::UnitExpr::MulΒΆ

struct Mul {
    // fields
 
    UnitExprPtr lhs;
    UnitExprPtr rhs;
};