Method
eIsSet(_:)
Checks 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, false otherwise.