Function dfir_lang::graph::ops::find_op_op_constraints
source ยท pub fn find_op_op_constraints(
operator: &Operator,
) -> Option<&'static OperatorConstraints>
Expand description
Find an operator by an AST Operator
.