<Best way to convert an Enumeration&lt;String&gt; ...
# stackoverflow
u
Best way to convert an Enumeration&lt;String&gt; to Array&lt;String&gt; 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?