longArrayOf

fun longArrayOf(vararg elements: Long): LongArray(source)

Returns an array containing the specified Long numbers.

Since Kotlin

1.0