macro_rules! slice_partial_cmp {
($a:expr, $b:expr) => { ... };
}Expand description
Compare two slices, returning an Option<Ordering>. Currently all supported types always return Some.
This only works for slices of primitive integer types and str.