removeAt
Removes an element at the specified index from the list.
Since Kotlin
1.1Return
the element that has been removed.
Removes an element at the specified index from the list.
the element that has been removed.
Thanks for your feedback!