subtract
infix fun ComplexFloatArray.subtract(other: Iterable<ComplexFloat>): Set<ComplexFloat>
Content copied to clipboard
infix fun ComplexDoubleArray.subtract(other: Iterable<ComplexDouble>): Set<ComplexDouble>
Content copied to clipboard
Returns a set containing all elements that are contained by this array and not contained by the specified collection.
The returned set preserves the element iteration order of the original array.