Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
10 votes
9 answers
12k views

Why isn't there a next operation on enums?

In most popular programming languages like Java and C# there is a way to define enums, which are essentially datatypes with a fixed set of values, e.g. DayOfWeek. The problem is, given a value, e.g. ...
proskor's user avatar
  • 595