Skip to main content

Enums

The video for “Enums” is in the works!

Enums define tagged unions with named variants that can hold data.

Basic Enum

Try it yourself
Loading...

Enum with Data

Try it yourself
Loading...

Matching Enums

Try it yourself
Loading...

Previous: Classes | Next: Generics