ringabout Wed, 08 May 2024 08:30:27 -0700
type unordered_enum = enum a = 100 b c = 50 d Run
What should the value of `b` and `d`? OR it should be disallowed?