pub fn powerset<I>(src: I) -> Powerset<I> ⓘwhere I: Iterator, I::Item: Clone,
Create a new Powerset from a clonable iterator.
Powerset