subtract

infix fun ComplexFloatArray.subtract(other: Iterable<ComplexFloat>): Set<ComplexFloat>
infix fun ComplexDoubleArray.subtract(other: Iterable<ComplexDouble>): Set<ComplexDouble>

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.