Arrays in Kotlin are represented by the Array class, that has get and set functions (that turn into [] by operator overloading conventions), ...
確定! 回上一頁