find_double_op_pos

Function find_double_op_pos 

Source
pub(super) fn find_double_op_pos(s: &str, op_char: u8) -> Option<usize>
Expand description

Locate the next <op_char><op_char> (i.e. && or ||) in s.