enumerated library

The enumerated library adds useful functionality to dart enums

One main aspect of the library is the support of EnumSet.

Classes

EnumSet<T extends Enum>
An binary based Set implementation for Enums.