Home
last modified time | relevance | path

Searched defs:mutableStateListOf (Results 1 – 1 of 1) sorted by relevance

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DSnapshotState.kt234 @StateFactoryMarker fun <T> mutableStateListOf() = SnapshotStateList<T>() in mutableStateListOf() method
245 fun <T> mutableStateListOf(vararg elements: T) = in mutableStateListOf() method