kotlin.collections.MutableList.subList

subList

abstract fun subList(
    fromIndex: Int, 
    toIndex: Int
): MutableList<E>

Overrides List.subList

Returns a view of the portion of this list between the specified fromIndex (inclusive) and toIndex (exclusive). The returned list is backed by this list, so non-structural chan