mutableListModelOf

fun <T> mutableListModelOf(vararg elements: T): MutableListModel<T>(source)

Creates a MutableListModel from the given set of elements.