none
Returns true
if the array has no elements.
inline fun ComplexFloatArray.none(predicate: (ComplexFloat) -> Boolean): Boolean
Content copied to clipboard
inline fun ComplexDoubleArray.none(predicate: (ComplexDouble) -> Boolean): Boolean
Content copied to clipboard
Returns true
if no elements match the given predicate.