https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
d

Deactivated User

09/28/2017, 6:01 AM
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

gildor

09/28/2017, 6:03 AM
d

Deactivated User

09/28/2017, 6:21 AM
yep. It is the case for JVM, but not for Common or JS I think (at least no autocompletion for it)
g

gildor

09/28/2017, 6:55 AM
Yeah, I see
b

bashor

09/28/2017, 10:13 AM
@Deactivated User fill free to create an issue about
fill
👍 2
3 Views