Searched defs:MatchMatrix (Results 1 – 1 of 1) sorted by relevance
601 struct MatchMatrix<const N: usize>(Vec<[MatcherResult; N]>); struct603 impl<const N: usize> MatchMatrix<N> { implementation