Also System.arraycopy and Arrays.fill would be gre...
# multiplatform
d
Also System.arraycopy and Arrays.fill would be great. I have seen Kotlin code for it. If nobody is doing this. I can do a PR adding them. I would suggest something like
Array.copyTo(srcPos, dst, dstPos, count)
. As far as I understand the right place to put it would be: https://github.com/JetBrains/kotlin/blob/4a0ad54829aa7b2e4c22eca08dbd42131b732c9c/libraries/tools/kotlin-stdlib-gen/src/templates/SpecialJVM.kt
g
d
yep. It is the case for JVM, but not for Common or JS I think (at least no autocompletion for it)
g
Yeah, I see
b
@Deactivated User fill free to create an issue about
fill
👍 2