ntt
ntt copied to clipboard
Replace runtime.EnumRange with runtime.Set
The possible values of an enumeration do not need to be represented by their own runtime-object type. They actually are just "value constraints", which can be modeled as a set-template (runtime.NewSet).
Originally posted by @5nord in https://github.com/nokia/ntt/pull/637#discussion_r985197239
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days