Home
last modified time | relevance | path

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

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DSnapshotState.kt293 @StateFactoryMarker fun <T> mutableStateSetOf() = SnapshotStateSet<T>() in mutableStateSetOf() method
304 fun <T> mutableStateSetOf(vararg elements: T) = in mutableStateSetOf() method