toMutableStateMap
Source set: Common
public fun <K, V> Iterable<Pair<K, V>>.toMutableStateMap(): SnapshotStateMap<K, V>
Create an instance of MutableMap<K, V> from a collection of pairs that is observable and can be snapshot.
Create an instance of MutableMap<K, V> from a collection of pairs that is observable and can be snapshot.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
public fun <K, V> Iterable<Pair<K, V>>.toMutableStateMap(): SnapshotStateMap<K, V>
Create an instance of MutableMap<K, V> from a collection of pairs that is observable and can be snapshot.
Last updated: