Join Slack
Powered by
What is the difference between arrayof and IntArra...
# getting-started
y
Yugandhar
02/13/2020, 6:49 AM
What is the difference between arrayof and IntArrayof and intArrayOf in kotlin
a
arekolek
02/13/2020, 10:03 AM
https://kotlinlang.org/docs/reference/basic-types.html#arrays
IntArray
uses
int
while
Array
uses
Integer
on JVM
Open in Slack
Previous
Next