inline fun <reified T> arrayOf(vararg items: T): Array<T>
Return an Array containing vararg parameter
items - the objects to be stored in the returned list
items
Parameters