toggle menu
doodle
0.10.3
common
switch theme
search in API
controls
/
io.nacular.doodle.controls
/
MutableListModel
/
removeAt
remove
At
abstract
fun
removeAt
(
index
:
Int
)
:
Result
<
T
>
(
source
)
Removes the value at
index
from the model.
Return
the value removed or an error if none exists
Parameters
index
to remove