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