Documentation Language: Swift

Method

unset(feature:)

Unsets a feature, removing its value and set status.

mutating func unset(feature: EUUID)

Parameters

feature

The identifier of the feature to unset.

Discussion

After unsetting, isSet(feature:) will return false and get(feature:) will return nil.