map 사용중에 인덱스가 필요한 경우 사용한다. 1. public inline fun <T, R> Iterable<T>.mapIndexed(transform: 2. (index: Int, T) -> R): List<R> {. 3. return ...
確定! 回上一頁