kotlin.collections.AbstractMutableList.subList
subList
open fun subList( fromIndex: Int, toIndex: Int ): MutableList<E>
Overrides MutableList.subList
Platform and version requirements: JS
Returns a view of the portion of this list between the specified fromIndex (inclusive) and 登录查看完整内容