---
title: "toMutableStateList"
description: "Create an instance of [MutableList]<T> from a collection that is observable and can be snapshot."
type: "function"
---

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


<a id='references'></a>
<div class='sourceset sourceset-common'>Common</div>


```kotlin
public fun <T> Collection<T>.toMutableStateList(): SnapshotStateList<T>
```


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



