macro_rules! slice_cmp { ($a:expr, $b:expr) => { ... }; }
Compare two slices, returning an Ordering. This only works for slices of primitive integer types and str.
Ordering
str