Can you store several ENUMS in some kind of container or array or something?

Absolutely! ENUMS can indeed be stored in an array. Alternatively, if you don’t require the array functionality, you have the option to utilize a map variable or a struct instead!

1 Like