longArrayOf

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

Returns an array containing the specified Long numbers.

Since Kotlin

1.0
actual inline fun longArrayOf(vararg elements: Long): LongArray(source)

Returns an array containing the specified Long numbers.

Since Kotlin

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

Returns an array containing the specified Long numbers.

Since Kotlin

1.0
actual inline fun longArrayOf(vararg elements: Long): LongArray(source)

Returns an array containing the specified Long numbers.

Since Kotlin

1.3
actual inline fun longArrayOf(vararg elements: Long): LongArray(source)

Returns an array containing the specified Long numbers.

Since Kotlin

1.8
actual inline fun longArrayOf(vararg elements: Long): LongArray(source)

Returns an array containing the specified Long numbers.

Since Kotlin

1.8