Iterable
trait Iterable[t: Type]
SourceA trait for immutable data structures that can be iterated.
Associated Types
type Aef: Eff
SourceThe 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: Type
SourceThe element type of the Iterable.