Skip to content

Enum update

Compare
Choose a tag to compare
@Enalye Enalye released this 15 Apr 22:54
· 413 commits to master since this release
  • Type aliases: type Foo = int;
  • Enums: enum Color { red; green; blue; }
  • Removed tuples, they were deprecated
  • object MyObj { } is now replaced with the keyword class
  • Some clean-ups and naming changes so some thing will likely be broken