filterNotNull

inline fun <T : Any> Array<out T?>.filterNotNull(): Array<T>(source)

Returns an array containing all elements that are not null.