Function itertools::permutations::permutations

source ·
pub fn permutations<I: Iterator>(iter: I, k: usize) -> Permutations<I>