remove(_:)
Removes the given feature.
Declaration
mutating func remove(_ feature: FeatureSet.Feature)Parameters
- feature:
The feature to remove from the set.
Removes the given feature.
mutating func remove(_ feature: FeatureSet.Feature)The feature to remove from the set.