W3cubDocs

/Kotlin

arrayOf

Platform and version requirements: JVM (1.0), Native (1.3)
fun <reified T> arrayOf(vararg elements: T): Array<T>
Platform and version requirements: JS (1.1)
fun <T> arrayOf(vararg elements: T): Array<T>

Returns an array containing the specified elements.

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