toMutableList

abstract fun <T> toMutableList(iterable: Iterable<T>): MutableList<T>

Iterable 转换为 MutableList.

Return

转换后的 MutableList

Parameters

iterable

需要转换的 Iterable

Type Parameters

T

元素类型