Kewt
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kewt
kewt-core
/
dev.kewt.core.state
/
mutableStateListOf
mutable
State
List
Of
fun
<
T
>
mutableStateListOf
(
vararg
items
:
T
)
:
SnapshotStateList
<
T
>
(
source
)
Creates a thread-safe observable list initialized with
items
.