[][src]Crate improved_slice_patterns

A tiny crate that provides two macros to help matching on Vecs 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.