I noticed the existence of both files - I am new to the Kotlin ecosystem and I want a better understanding of the existing stdlib files (and not only..)
Currently I found that there are the following files: _ArraysJVM.kt and ArraysJVM.kt
What is the difference between them? Both of them reside in the kotlin.collections package and both contain utility functions. Can someone explain me why aren't these two in the same file?
Later Edit: One of them is generated, but it's quite confusing since the language is the same in both files. Why is one generated and the other not? :)