summaryrefslogtreecommitdiff
path: root/docs/type_system/qualifiers.md
blob: fd7f59002e3c14bb0770a797a69f59faf1db02ec (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
25
26
# 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

# Pause