pub fn find_op_op_constraints(
operator: &Operator,
) -> Option<&'static OperatorConstraints>
Expand description
Find an operator by an AST Operator
.
pub fn find_op_op_constraints(
operator: &Operator,
) -> Option<&'static OperatorConstraints>
Find an operator by an AST Operator
.