emptyArray

inline fun <T> emptyArray(): Array<T>(source)

Returns an empty array of the specified type T.

Since Kotlin

1.0
inline fun <T> emptyArray(): Array<T>(source)

Returns an empty array of the specified type T.

Since Kotlin

1.1
external fun <T> emptyArray(): Array<T>(source)

Since Kotlin

1.3