← Docs
kotlin-stdlib / kotlin.collections / AbstractMutableList / removeRange

removeRange

JS
Native
1.1
protected open fun removeRange ( fromIndex : Int , toIndex : Int )
(JS source) (Native source)

Removes the range of elements from this list starting from fromIndex and ending with but not including toIndex .

Stay in touch:
  • Contributing to Kotlin
  • Releases
  • Press Kit
  • Security
  • Blog
  • Issue Tracker
  • Brand assets
  • Careers
Supported and developed by JetBrains .
Kotlin™ is protected under the Kotlin Foundation
and licensed under the Apache 2 license .