subtract
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.
Since Kotlin
1.0Returns a set containing all elements that are contained by this collection and not contained by the specified collection.
The returned set preserves the element iteration order of the original collection.