slice_cmp

Macro slice_cmp 

Source
macro_rules! slice_cmp {
    ($a:expr, $b:expr) => { ... };
}
Expand description

Compare two slices, returning an Ordering. This only works for slices of primitive integer types and str.