v1.4.3
Enum support added!
An enumeration type (or enum type) is a value type defined by a set of named constants of the underlying integral numeric type.
^ In case you didn't know what enums are... we've added support for them anyway!
What's Changed
- Enum Support by @uzaiiirahmed in #136
Full Changelog: v1.4.2...v1.4.3