Expand description
A tiny crate that provides two macros to help matching
on Vec
s and iterators using the syntax of
slice_patterns
Macrosยง
- Destructure an iterator using the syntax of slice_patterns.
- Pattern-match on a vec using the syntax of slice_patterns.