module Iterable(T)
Overview
The Iterable mixin provides convenience methods to collection classes
that provide an each method that returns an Iterator over the collection.
The Iterable mixin provides convenience methods to collection classes
that provide an each method that returns an Iterator over the collection.