summaryrefslogtreecommitdiff
path: root/docs/type_system/map.md
blob: 70331e6df64de75ab5e149dd6523e56cea5ef99a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Map

---

```text
Map[KEY_TYPE; VALUE_TYPE]
```

# Alias

```text
Set[Any] `alias Map[Any; Void]
```