Is the answer to that question just a Java question on the JVM? Are all Kotlin collections just aliases to Java collections? Or are there some Kotlin collections and the performance would be different for those?
e
ephemient
04/20/2022, 12:56 AM
there are some Kotlin collections:
ArrayDeque
is one. but in general things forward to Java collections on JVM