Searched refs:DedupPredWithCount2CoalescePred (Results 1 – 1 of 1) sorted by relevance
189 CoalesceBy<I, DedupPredWithCount2CoalescePred<Pred>, (usize, <I as Iterator>::Item)>;192 pub struct DedupPredWithCount2CoalescePred<DP>(DP); struct194 impl<DP, T> CoalescePredicate<T, (usize, T)> for DedupPredWithCount2CoalescePred<DP> implementation225 f: DedupPredWithCount2CoalescePred(dedup_pred), in dedup_by_with_count()