How to initialize Kotlin IntArray from IntRange?I'm trying to initialize an IntArray in Kotlin like so: intArrayOf(1..9) But I get.
確定! 回上一頁