minusElement
Returns a list containing all elements of the original collection without the first occurrence of the given element.
Since Kotlin
1.0Returns a set containing all elements of the original set except the given element.
The returned set preserves the element iteration order of the original set.