Enumeration

Provides a collection of all possible instances of a given Enumerable type. Implemented by the companion object of a type implementing Enumerable

Inheritors

Properties

Link copied to clipboard
abstract val entries: Iterable<T>

The order of elements in entries is not guaranteed.