Set/power_set library

Functions

powerSet<T>(Set<T> input) List<Set<T>>
Generates the power set (all subsets) of the input set.