filter Not To
inline fun <C : MutableCollection<in ComplexFloat>> ComplexFloatArray.filterNotTo(destination: C, predicate: (ComplexFloat) -> Boolean): C
Content copied to clipboard
inline fun <C : MutableCollection<in ComplexDouble>> ComplexDoubleArray.filterNotTo(destination: C, predicate: (ComplexDouble) -> Boolean): C
Content copied to clipboard
Appends all elements not matching the given predicate to the given destination.