Join Slack
Powered by
<Best way to convert an Enumeration<String> ...
# stackoverflow
u
user
06/21/2022, 7:11 PM
Best way to convert an Enumeration<String> to Array<String> in Kotlin?
Incidentally, I have an Enumeration in Kotlin. It contains toList(), but I need to convert it to an Array. What is the best way to do this in Kotlin?
Open in Slack
Previous
Next