macro_rules! slice_eq { ($a:expr, $b:expr) => { ... }; }
Check if two slices are equal. This only works for slices of primitive integer types and str.
str