Iterable
trait Iterable[t: Type]SourceA trait for immutable data structures that can be iterated.
Associated Types
type Aef: EffSourceThe associated effect of creating the Iterable and accessing the elements in the underlying data structure or generator.
The effect is embedded in the type of the Iterator.
type Elm: TypeSourceThe element type of the Iterable.