Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify that enum iteration is unordered
Because enums are Maps, they do not iterate in any defined order. But the docs didn't mention this, and provided an example that suggested ordered iteration. This commit adds a note to that effect and updates the example
- Loading branch information