Crate enum_fun

Source
Expand description

Silly enum helpers.

Derive Macrosยง

Name
Predicates
Generates is_* predicate methods for each enum variant.
Variants
Generates inherent constants and an iterator method to enable iterating and indexing the enum variants.