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


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


<h2 id="mutablestatelistof">mutableStateListOf</h2>

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


```kotlin
@StateFactoryMarker
public fun <T> mutableStateListOf(): SnapshotStateList<T>
```


Create a instance of `MutableList`<T> that is observable and can be snapshot.





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


<h2 id="mutablestatelistof-elements">mutableStateListOf</h2>

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


```kotlin
@StateFactoryMarker
public fun <T> mutableStateListOf(vararg elements: T): SnapshotStateList<T>
```


Create an instance of `MutableList`<T> that is observable and can be snapshot.