Skip to main content

compare_byte_view

Function compare_byte_view 

Source
pub fn compare_byte_view<T: ByteViewType>(
    left: &GenericByteViewArray<T>,
    left_idx: usize,
    right: &GenericByteViewArray<T>,
    right_idx: usize,
) -> Ordering
Expand description

Compares two [GenericByteViewArray] at index left_idx and right_idx

ยงPanics

Panics if left_idx >= left.len() or right_idx >= right.len()