Skip to main content

matches_full

Function matches_full 

Source
pub fn matches_full<T: Debug + Clone + PartialEq>(
    items: &[Item<T>],
    pat: &[Item<T>],
) -> Option<Match<T>>
Expand description

Find a match align with items.