We can use the enum to index the array directly, in order to give faster lookups compared to a dictionary.
9.4 KiB
9.4 KiB
We can use the enum to index the array directly, in order to give faster lookups compared to a dictionary.