❔ Switch case on Int type
Hey, so I have a class with variable
Later I want to do a switch on
something like
How can I do this?
_type and I want to store a variable type in it (long, int, short, ubyte etc etc).Later I want to do a switch on
_typesomething like
How can I do this?