kotlin-stdlib
Common
JS
Native
kotlin-stdlib
/
kotlin.collections
/
ArrayList
/
removeAt
remove
At
Common
JS
Native
expect
open
override
fun
removeAt
(
index
:
Int
)
:
E
(
source
)
actual
open
override
fun
removeAt
(
index
:
Int
)
:
E
Removes an element at the specified
index
from the list.
Return
the element that has been removed.
actual
open
override
fun
removeAt
(
index
:
Int
)
:
E
Removes an element at the specified
index
from the list.
Return
the element that has been removed.