take While
inline fun ComplexFloatArray.takeWhile(predicate: (ComplexFloat) -> Boolean): List<ComplexFloat>
Content copied to clipboard
inline fun ComplexDoubleArray.takeWhile(predicate: (ComplexDouble) -> Boolean): List<ComplexDouble>
Content copied to clipboard
Returns a list containing first elements satisfying the given predicate.