Documentation Language: Swift

Method

eIsSet(_:)

Check whether a feature has been explicitly set.

func eIsSet(_ feature: some EStructuralFeature) -> Bool

Parameters

feature

The structural feature to check.

Return Value

true if the feature has been set; otherwise, false.

Discussion

Determines if a feature has been assigned a value, even if that value equals the feature’s default.