Method
set(feature:value:)
Sets the value for a feature.
mutating func set(feature: EUUID, value: (any EcoreValue)?)
Parameters
feature-
The identifier of the feature to set.
value-
The new value, or
nilto unset.
Discussion
If value is nil, this is equivalent to calling unset(feature:).