arrayOf

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

Returns an array containing the specified elements.

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

Returns an array containing the specified elements.

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

Returns an array containing the specified elements.