What is the difference between arrayof and IntArra...
# getting-started
y
What is the difference between arrayof and IntArrayof and intArrayOf in kotlin
a
https://kotlinlang.org/docs/reference/basic-types.html#arrays
IntArray
uses
int
while
Array
uses
Integer
on JVM