summaryrefslogtreecommitdiff
path: root/docs/type_system/qualifiers.md
blob: 8a92086ec436ea056ed605b8913055a117d26c25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Qualifiers

---

Only one can be applied to a type at a time

# Empty

Specifies that a container template can be NULL

```text
# EMPTY {
    .some { args; ... }[args]
    .none { ... }
}

? EMPTY { args; .... }[args]
```

## \`nil

# Const

# Ref