Expand description
Utility functions
Functionsยง
- str_cmp
- A const equivalent of
<str as std::cmp::Ord>::cmp. - str_eq
- A const equivalent of
&strequality comparison. - u8_
slice_ cmp - A const equivalent of
<[u8] as std::cmp::Ord>::cmp. - u8_
slice_ eq - A const equivalent of
&[u8]equality comparison.