isEmpty

inline fun <T> Array<out T>.isEmpty(): Boolean(source)

Returns true if the array is empty.

Since Kotlin

1.0