Are IntArray and Array<Int> the exact same t...
# kotlin-native
d
Are IntArray and Array<Int> the exact same thing? Or is it same as Jvm backend?
s
it’s like in JVM, that means same boxing issue, wich kinda sucks 😕 i hope they’ll improve this
😞 1