Searched defs:BestMatch (Results 1 – 1 of 1) sorted by relevance
928 struct BestMatch<const N: usize>(Vec<Option<usize>>); struct930 impl<const N: usize> BestMatch<N> { implementation