Function konst::slice::cmp::cmp_slice_bytes

source ·
pub const fn cmp_slice_bytes(left: &[&[u8]], right: &[&[u8]]) -> Ordering
Available on crate feature cmp only.
Expand description

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