insert(_:)
Inserts the given feature in the set if it is not already present.
Declaration
mutating func insert(_ newFeature: FeatureSet.Feature)Parameters
- newFeature:
A feature to insert into the set.
Inserts the given feature in the set if it is not already present.
mutating func insert(_ newFeature: FeatureSet.Feature)A feature to insert into the set.