ntt icon indicating copy to clipboard operation
ntt copied to clipboard

Replace runtime.EnumRange with runtime.Set

Open 5nord opened this issue 3 years ago • 1 comments

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

5nord avatar Oct 08 '22 14:10 5nord

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

github-actions[bot] avatar Jan 07 '23 02:01 github-actions[bot]