Searched refs:with_min_len (Results 1 – 6 of 6) sorted by relevance
64 with_min_len /** v.par_iter().with_min_len(1); */
333 fn with_min_len() { in with_min_len() function335 check(&v, || (0..10).into_par_iter().with_min_len(1)); in with_min_len()
143 check(v.par_iter().with_min_len(1)); in clone_adaptors()
166 check(v.par_iter().with_min_len(1)); in debug_adaptors()
2759 fn with_min_len(self, min: usize) -> MinLen<Self> { in with_min_len() method
1663 .with_min_len(min) in check_lengths()