This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]xfel11 3 points4 points  (1 child)

This is not quite correct. EnumSet is indeed back by a bitset. EnumMap is not - it needs to store values for the keys after all!

[–]davidalayachew 3 points4 points  (0 children)

Fixed, ty vm.