Skip to main content

is_pure_binary_op

Function is_pure_binary_op 

Source
fn is_pure_binary_op(p: &Punct) -> bool
Expand description

Returns true for operators that are clearly binary and NOT unary-capable in R. +, -, !, ~, ? are unary-capable so we return false.