emptyArray

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

Returns an empty array of the specified type T.

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

Returns an empty array of the specified type T.

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

Returns an empty array of the specified type T.

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