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