listOf

open fun <T> listOf(items: Array<T>): List<T>

Creates a mutable List containing the items specified.