elect
03/04/2019, 6:43 PMassociatedWithTo
on Enum.values()
(Array<T>
)?
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/associate-with-to.htmlfred.deschenes
03/04/2019, 6:47 PMEnum.values().toList().associateWithTo
Pavlo Liapota
03/04/2019, 6:49 PMarray.asIterable()
elect
03/04/2019, 8:49 PM