filterTo

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

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