W3cubDocs

/Kotlin

arrayOf

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

Returns an array containing the specified elements.

© 2010–2018 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/array-of.html