> would you accept the fix with fields() and fieldPairs() magic iterators to 
> start working on enums. I think it makes a lot of sense for non-ordinal enums 
> to be able to iterate ids directly, not only low(T)..high(T) hitting lots of 
> values that do not belong to the enum.

Not sure I like it, with fieldPairs it's still O(N) where the string case is 
O(1). 

Reply via email to