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

arrayOf

inline fun <reified T> arrayOf(vararg items: T): Array<T>

Return an Array containing vararg parameter

Parameters

items - the objects to be stored in the returned list

Parameters