Documentation Language: Swift

Method

eUnset(_:)

Unsets a feature, returning it to its default value.

mutating func eUnset(_ feature: some EStructuralFeature)

Parameters

feature

The structural feature to unset.

Discussion

After unsetting, eIsSet(_:) will return false for this feature, and eGet(_:) will return nil.