Contents

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.

See Also

Checking features