<div class='type'>Function</div>


<a id='references'></a>


<h2 id="mutablestatemapof">mutableStateMapOf</h2>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
@StateFactoryMarker
public fun <K, V> mutableStateMapOf(): SnapshotStateMap<K, V>
```


Create a instance of `MutableMap`<K, V> that is observable and can be snapshot.





<hr class="docs-overload-divider">


<h2 id="mutablestatemapof-pairs">mutableStateMapOf</h2>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
@StateFactoryMarker
public fun <K, V> mutableStateMapOf(vararg pairs: Pair<K, V>): SnapshotStateMap<K, V>
```


Create a instance of `MutableMap`<K, V> that is observable and can be snapshot.