hubi icon indicating copy to clipboard operation
hubi copied to clipboard

Enums

Open mvcds opened this issue 5 years ago • 0 comments

Values could be limited to a certain amount of enumerated values

Keep in mind that in some languages, those values are like tokens themselves, while in others they are just like strings

And that some languages associate their "keys" to specific numbers in an orderly manner and others allow you to freely associate values


It is possible to make flags using enums

mvcds avatar Mar 29 '19 07:03 mvcds