filterNotTo

inline fun <C : MutableCollection<in ComplexFloat>> ComplexFloatArray.filterNotTo(destination: C, predicate: (ComplexFloat) -> Boolean): C
inline fun <C : MutableCollection<in ComplexDouble>> ComplexDoubleArray.filterNotTo(destination: C, predicate: (ComplexDouble) -> Boolean): C

Appends all elements not matching the given predicate to the given destination.