Function konst::slice::cmp::cmp_slice_i8

source ·
pub const fn cmp_slice_i8<'a>(left: &[i8], right: &[i8]) -> Ordering
Available on crate feature cmp only.
Expand description

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