RichUtils / pyxis.uzuki.live.richutilskt.utils / listOf

listOf

fun <T> listOf(vararg items: T): List<T>

Return an immutable list containing vararg parameter

Parameters

items - the objects to be stored in the returned list

Parameters