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_
iter - Destructure an iterator using the syntax of slice_patterns.
- match_
vec - Pattern-match on a vec using the syntax of slice_patterns.