macro_rules! slice_range_impl { ( [ $for_type:ident ], $ty:ty ) => { ... }; ( $for_type:ty, $ty:ty ) => { ... }; }