W3cubDocs

/Kotlin

removeAt

open fun removeAt(index: Int): E

Overrides AbstractMutableList.removeAt

Platform and version requirements: JS

Removes an element at the specified index from the list.

Return the element that has been removed.

© 2010–2018 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-array-list/-array-list/remove-at.html