remove(_:)
Removes a given object from the mutable ordered set.
Declaration
func remove(_ object: Any)Parameters
- object:
The object to remove from the mutable ordered set.
Removes a given object from the mutable ordered set.
func remove(_ object: Any)The object to remove from the mutable ordered set.