toEnumMap

inline fun <K : Enum<K>, V> Map<K, V>.toEnumMap(): EnumMap<K, V>