rewrite_logical_op

Function rewrite_logical_op 

Source
fn rewrite_logical_op(s: &str, op_char: u8, func_name: &str) -> String
Expand description

Inner rewriter for one operator family. op_char is b'&' (for &&) or b'|' (for ||); func_name is the destination builtin ("band" / "bor").