konst::slice::cmp

Function cmp_slice_bytes

Source
pub const fn cmp_slice_bytes(left: &[&[u8]], right: &[&[u8]]) -> Ordering
Expand description

Compares two &[&[u8]], returning the order of left relative to right.