In Kotlin, the default implementation of List is ArrayList which you can ... init: (index: Int) -> T): List<T> = MutableList(size, init).
確定! 回上一頁