subsets v0.1.1 Subsets

Documentation for Subsets.

Link to this section Summary

Link to this section Functions

Generates Subsets from a list.

[1, 2, 3] = [[1], [2], [3], [1, 2], [1, 3], [2, 3], [1, 2, 3]]

Link to this function generate(list, element)
Link to this function number_of_sets(list)