macro_rules! slice { ($stop:expr) => { ... }; ($start:expr, $stop:expr) => { ... }; ($start:expr, $stop:expr, $step:expr) => { ... }; }
Generate slice with into support and optional parameters.