pub(super) fn find_logical_right_operand_end(
bytes: &[u8],
op_end: usize,
) -> usizeExpand description
Walk right from op_end (the byte just past the 2-char operator) to
find the end of the right operand. Mirror of
find_logical_left_operand_start.