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
I would like to access the *Table type generated by EnumTable through the enum itself.
My main reason is that it would be possible to use them with their respective enum as generics. (example below)
In addition, it would reduce the problem of name mangling in situations where the type *Table already exists (I don't know how much of a problem it is, or if that would make the name mangling redundant).
Here is an example of code that would be possible with that feature:
I would like to access the *Table type generated by EnumTable through the enum itself.
My main reason is that it would be possible to use them with their respective enum as generics. (example below)
In addition, it would reduce the problem of name mangling in situations where the type *Table already exists (I don't know how much of a problem it is, or if that would make the name mangling redundant).
Here is an example of code that would be possible with that feature:
The text was updated successfully, but these errors were encountered: