kotlin.collections.MutableList

MutableList

inline fun <T> MutableList(
    size: Int, 
    init: (index: Int) -> T
): MutableList<T>

Platform and version requirements: Kotlin 1.1

Creates a new mutable list with the specified size, where each element is calculated by calling the specified 登录查看完整内容