given a Kotlin enum `MyEnum` , on Kotlin, it is po...
# multiplatform
d
given a Kotlin enum
MyEnum
, on Kotlin, it is possible to retrieve the list of all enum values with
MyEnum.values()
what about in Swift?
.values()
doesn’t seem defined in the
MyEnum
object in Swift
d
oh, I see! thanks
a
Please upvote that ticket though 😊 It's been around for a while and is definitely annoying
d
yes, I did already 🙂