multi_cartesian_product(self) combinations(self, k: usize) combinations_with_replacement(self, k: usize) permutations(self, k: usize) powerset(self) It can be slow ...
Added itertools::partition, partition a sequence in place based on a predicate. Deprecate icompr!() with no replacement. 0.3.5 .map_fn() replaces deprecated .fn_map ...