Expand description
const fn
s for comparing slices for equality and ordering.
Functions§
- Compares two
Option<&'a [bool]>
, returning the ordering ofleft
relative toright
. - Compares two
Option<&'a [&'b [u8]]>
, returning the ordering ofleft
relative toright
. - Compares two
Option<&'a [char]>
, returning the ordering ofleft
relative toright
. - Compares two
Option<&'a [i8]>
, returning the ordering ofleft
relative toright
. - Compares two
Option<&'a [i16]>
, returning the ordering ofleft
relative toright
. - Compares two
Option<&'a [i32]>
, returning the ordering ofleft
relative toright
. - Compares two
Option<&'a [i64]>
, returning the ordering ofleft
relative toright
. - Compares two
Option<&'a [i128]>
, returning the ordering ofleft
relative toright
. - Compares two
Option<&'a [isize]>
, returning the ordering ofleft
relative toright
. - Compares two
Option<&'a [&'b str]>
, returning the ordering ofleft
relative toright
. - Compares two
Option<&'a [u8]>
, returning the ordering ofleft
relative toright
. - Compares two
Option<&'a [u16]>
, returning the ordering ofleft
relative toright
. - Compares two
Option<&'a [u32]>
, returning the ordering ofleft
relative toright
. - Compares two
Option<&'a [u64]>
, returning the ordering ofleft
relative toright
. - Compares two
Option<&'a [u128]>
, returning the ordering ofleft
relative toright
. - Compares two
Option<&'a [usize]>
, returning the ordering ofleft
relative toright
. - Compares two
&[bool]
, returning the order ofleft
relative toright
. - Compares two
&[&[u8]]
, returning the order ofleft
relative toright
. - Compares two
&[char]
, returning the order ofleft
relative toright
. - Compares two
&[i8]
, returning the order ofleft
relative toright
. - Compares two
&[i16]
, returning the order ofleft
relative toright
. - Compares two
&[i32]
, returning the order ofleft
relative toright
. - Compares two
&[i64]
, returning the order ofleft
relative toright
. - Compares two
&[i128]
, returning the order ofleft
relative toright
. - Compares two
&[isize]
, returning the order ofleft
relative toright
. - Compares two
&[&str]
, returning the order ofleft
relative toright
. - Compares two
&[u8]
, returning the order ofleft
relative toright
. - Compares two
&[u16]
, returning the order ofleft
relative toright
. - Compares two
&[u32]
, returning the order ofleft
relative toright
. - Compares two
&[u64]
, returning the order ofleft
relative toright
. - Compares two
&[u128]
, returning the order ofleft
relative toright
. - Compares two
&[usize]
, returning the order ofleft
relative toright
. - 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.