Function const_cmp::slice::cmp_option_slice_bool[][src]

pub const fn cmp_option_slice_bool<'a>(
    left: Option<&'a [bool]>,
    right: Option<&'a [bool]>
) -> Ordering

Compares two Option<&'a [bool]>, returning the ordering of left relative to right.