Function rustc_const_eval::interpret::step::binop_left_homogeneous[][src]

fn binop_left_homogeneous(op: BinOp) -> bool
Expand description

Classify whether an operator is “left-homogeneous”, i.e., the LHS has the same type as the result.