Fix Invariant enums
Reduce size of enums by boxing Strings. This change removes the "capacity" part of a string and as such makes it immutable and take up less space.
Edited by Marc Konig
Reduce size of enums by boxing Strings. This change removes the "capacity" part of a string and as such makes it immutable and take up less space.