macro_rules! unzipped { ($head: pat $(,)?) => { ... }; ($head: pat, $($tail: pat),* $(,)?) => { ... }; }
Used to undo the zipping by the zipped! macro.
zipped!