Home
last modified time | relevance | path

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

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DSnapshotState.kt262 @StateFactoryMarker fun <K, V> mutableStateMapOf() = SnapshotStateMap<K, V>() in mutableStateMapOf() method
273 fun <K, V> mutableStateMapOf(vararg pairs: Pair<K, V>) = in mutableStateMapOf() method