Documentation Language: Swift

Method

eUnset(_:)

Unset a feature, returning it to its default value.

mutating func eUnset(_ feature: some EStructuralFeature)

Parameters

feature

The structural feature to unset.

Discussion

Removes the explicit value for the specified feature. After unsetting, eIsSet(_:) will return false for this feature, and eGet(_:) will return nil.