aboutsummaryrefslogtreecommitdiff
path: root/notes/enums.txt
blob: 8368c4569bccdfd047544ef92ed0232e4c6ec335 (plain)
1
2
3
4
5
6

It would be useful to have the following features:

* arrays indexed by enum types (perhaps even multi-dimensional ones?)
* looping over enum types
    - should the ordering be allowed to be user-visible?
    - if yes, then maybe there should be succ/pred operators also?