Enum access question
If I have
and I want to do something like this
Is there a way to do this? like if I am iterating and know the values I'm iterating will be keys to the enum, is there a way to us the iteration data as the key to the enum??
2 Replies