drop While
inline fun ComplexFloatArray.dropWhile(predicate: (ComplexFloat) -> Boolean): List<ComplexFloat>
Content copied to clipboard
inline fun ComplexDoubleArray.dropWhile(predicate: (ComplexDouble) -> Boolean): List<ComplexDouble>
Content copied to clipboard
Returns a list containing all elements except first elements that satisfy the given predicate.