module

Iterable(T)

The Iterable mixin provides convenience methods to collection classes that provide an each method that returns an Iterator over the collection.

Instance methods

power_set
Source