pub fn combinations<I>(iter: I, k: usize) -> Combinations<I> where
    I: Iterator,
Expand description

Create a new Combinations from a clonable iterator.