Enumerable
Marker interface for types that can be enumerated. Every type implementing Enumerable is expected to provide a companion object that implements Enumeration containing all possible instances of the type.
Marker interface for types that can be enumerated. Every type implementing Enumerable is expected to provide a companion object that implements Enumeration containing all possible instances of the type.