← Docs
kotlin-stdlib / kotlin.collections / ArrayList / removeAt

removeAt

Common
Native
1.0
fun removeAt ( index : Int ) : E
(Common source) (Native source)
JS
1.1
open fun removeAt ( index : Int ) : E
(source)

Removes an element at the specified index from the list.

Return the element that has been removed.

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 .