-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Issue to track more stuff I'd like to see from the ScopedEnum:
- Eliminate the need to register enums with a package-level
const ENUMSfor the purposes ofget_enum_value - Eliminate the need to manually define
Base.convert(::Type{MyEnum}, val::AbstractString) = get_enum_value(::MyEnum, val)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request