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