Module konst::slice::cmp[][src]

This is supported on crate feature cmp only.
Expand description

const fns for comparing slices for equality and ordering.

Functions

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Compares two Option<&'a [bool]> for equality.

Compares two Option<&'a [&'b [u8]]> for equality.

Compares two Option<&'a [char]> for equality.

Compares two Option<&'a [i8]> for equality.

Compares two Option<&'a [i16]> for equality.

Compares two Option<&'a [i32]> for equality.

Compares two Option<&'a [i64]> for equality.

Compares two Option<&'a [i128]> for equality.

Compares two Option<&'a [isize]> for equality.

Compares two Option<&'a [&'b str]> for equality.

Compares two Option<&'a [u8]> for equality.

Compares two Option<&'a [u16]> for equality.

Compares two Option<&'a [u32]> for equality.

Compares two Option<&'a [u64]> for equality.

Compares two Option<&'a [u128]> for equality.

Compares two Option<&'a [usize]> for equality.

Compares two &[bool] for equality.

Compares two &[&[u8]] for equality.

Compares two &[char] for equality.

Compares two &[i8] for equality.

Compares two &[i16] for equality.

Compares two &[i32] for equality.

Compares two &[i64] for equality.

Compares two &[i128] for equality.

Compares two &[isize] for equality.

Compares two &[&str] for equality.

Compares two &[u8] for equality.

Compares two &[u16] for equality.

Compares two &[u32] for equality.

Compares two &[u64] for equality.

Compares two &[u128] for equality.

Compares two &[usize] for equality.