You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Enum key support is implemented as using the Enum name as a string.
Proper support means Enums can be used as is in the keys, enabling several use cases (in particular Structured Configs inheriting from Dict[SomeEnum, SomeType]
The text was updated successfully, but these errors were encountered:
Currently Enum key support is implemented as using the Enum name as a string.
Proper support means Enums can be used as is in the keys, enabling several use cases (in particular Structured Configs inheriting from
Dict[SomeEnum, SomeType]
The text was updated successfully, but these errors were encountered: