summaryrefslogtreecommitdiff
path: root/docs/type_system/enum.md
blob: 4abcdb227e0e02c8e2d93020a5b40ed7ff2c569a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Enum

---

A symbol associated with a type

```text
Enum[.name; ...] // Resoves to Enum[Void; ...]

Enum[TYPE; .name; ...]

Enum[TYPE; .name : VALUE; ...]
```