pub(super) fn find_double_op_pos(s: &str, op_char: u8) -> Option<usize>
Locate the next <op_char><op_char> (i.e. && or ||) in s.
<op_char><op_char>
&&
||
s