Any hint how to get the same effect of `.convert()...
# kotlin-native
u
Any hint how to get the same effect of
.convert()
on primitive integer/long, but in this case also applied to arrays. To be clear, something similar to this:
Copy code
val uIntOrULongArray = arrayof(15L.convert())
I want this code to live in
nativeMain
shared source set, that's why I'm asking