pub fn matches_full<T: Debug + Clone + PartialEq>( items: &[Item<T>], pat: &[Item<T>], ) -> Option<Match<T>>
Find a match align with items.