Function

mutableStateListOf

Create a instance of MutableList that is observable and can be snapshot.

mutableStateListOf

Source set: Common
@StateFactoryMarker
public fun <T> mutableStateListOf(): SnapshotStateList<T>

Create a instance of MutableList that is observable and can be snapshot.

mutableStateListOf

Source set: Common
@StateFactoryMarker
public fun <T> mutableStateListOf(vararg elements: T): SnapshotStateList<T>

Create an instance of MutableList that is observable and can be snapshot.

Last updated: