Companion
object Companion
Functions
Link copied to clipboard
Create an empty EnumMap for the provided reified key type. This form of creation avoids the need for the client to extract the enum's array of constants.
Answer a new EnumMap. The key type must be known statically at the call site, since this inline function is reified for the key type parameter.
Answer a new EnumMap.