filter Not
inline fun ComplexFloatArray.filterNot(predicate: (ComplexFloat) -> Boolean): List<ComplexFloat>
Content copied to clipboard
inline fun ComplexDoubleArray.filterNot(predicate: (ComplexDouble) -> Boolean): List<ComplexDouble>
Content copied to clipboard
Returns a list containing all elements not matching the given predicate.