itertools::powerset

Function powerset

Source
pub fn powerset<I>(src: I) -> Powerset<I> 
where I: Iterator, I::Item: Clone,
Expand description

Create a new Powerset from a clonable iterator.