Enum Map
Construct an EnumMap.
Parameters
enums
The Array of Enums, in Enum.ordinal order of all the Enum values represented in the Enum. It is expected that all enum values will be present.
fun <K : Enum<K>, V : Any> EnumMap(enums: Array<K>, sourceValues: Array<V?>)
Content copied to clipboard
Construct an EnumMap.