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
The title may be misleading but not sure what this is called 🙈.
For example, if I want to use an enum as part of my data classes I have to create global methods to convert the enum value to a string and then a string to an enum value.
I believe this will make using enums a lot easier.
The title may be misleading but not sure what this is called 🙈.
For example, if I want to use an enum as part of my data classes I have to create global methods to convert the enum value to a string and then a string to an enum value.
I believe this will make using enums a lot easier.
Now:
Proposed:
The text was updated successfully, but these errors were encountered: