summaryrefslogtreecommitdiff
path: root/docs/type_system/map.md
blob: e8c220e4a0913f18b5594bc948ffed3f4da9a0ad (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[Void; Any]
```