Oh, the `arrayOf` exactly what i need, thanks
# getting-started
a
Oh, the
arrayOf
exactly what i need, thanks
p
Note, that
arrayOf<Int>
returns
Array<Int>
which is
Integer[]
in Java and
intArrayOf
returns
IntArray
which is
int[]
in Java.
👆 1