❔ Will I get a performance hit if I use the Enum type as a key value for a Dictionary?
See Code below:
Does this also create a hashmap? Or does the compiler do something unexpected here which costs performance?
Does this also create a hashmap? Or does the compiler do something unexpected here which costs performance?