Function konst::slice::cmp::cmp_slice_bool

source ยท
pub const fn cmp_slice_bool<'a>(left: &[bool], right: &[bool]) -> Ordering
Expand description

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