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.
Silly enum helpers.
is_*
predicate methods for each enum variant.