Module const_cmp::slice[][src]

Functions for comparing slices

Functions

cmp_option_slice_bool

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

cmp_option_slice_bytes

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

cmp_option_slice_char

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

cmp_option_slice_i8

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

cmp_option_slice_i16

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

cmp_option_slice_i32

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

cmp_option_slice_i64

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

cmp_option_slice_i128

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

cmp_option_slice_str

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

cmp_option_slice_u8

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

cmp_option_slice_u16

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

cmp_option_slice_u32

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

cmp_option_slice_u64

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

cmp_option_slice_u128

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

cmp_slice_bool

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

cmp_slice_bytes

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

cmp_slice_char

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

cmp_slice_i8

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

cmp_slice_i16

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

cmp_slice_i32

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

cmp_slice_i64

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

cmp_slice_i128

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

cmp_slice_str

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

cmp_slice_u8

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

cmp_slice_u16

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

cmp_slice_u32

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

cmp_slice_u64

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

cmp_slice_u128

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

eq_option_slice_bool

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

eq_option_slice_bytes

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

eq_option_slice_char

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

eq_option_slice_i8

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

eq_option_slice_i16

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

eq_option_slice_i32

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

eq_option_slice_i64

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

eq_option_slice_i128

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

eq_option_slice_str

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

eq_option_slice_u8

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

eq_option_slice_u16

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

eq_option_slice_u32

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

eq_option_slice_u64

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

eq_option_slice_u128

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

eq_slice_bool

Compares two &[bool] for equality.

eq_slice_bytes

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

eq_slice_char

Compares two &[char] for equality.

eq_slice_i8

Compares two &[i8] for equality.

eq_slice_i16

Compares two &[i16] for equality.

eq_slice_i32

Compares two &[i32] for equality.

eq_slice_i64

Compares two &[i64] for equality.

eq_slice_i128

Compares two &[i128] for equality.

eq_slice_str

Compares two &[&str] for equality.

eq_slice_u8

Compares two &[u8] for equality.

eq_slice_u16

Compares two &[u16] for equality.

eq_slice_u32

Compares two &[u32] for equality.

eq_slice_u64

Compares two &[u64] for equality.

eq_slice_u128

Compares two &[u128] for equality.