find_logical_right_operand_end

Function find_logical_right_operand_end 

Source
pub(super) fn find_logical_right_operand_end(
    bytes: &[u8],
    op_end: usize,
) -> usize
Expand 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.