filterNot

inline fun <T> Array<out T>.filterNot(predicate: (T) -> Boolean): Array<T>(source)

Returns an array containing all elements not matching the given predicate.