summaryrefslogtreecommitdiff
path: root/docs/type_system/map.md
blob: 4947842408bb850e34bc8755ba5a628316eff466 (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
# Map

---

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

# Alias

```text
Set[Generic.T] `alias Map[Generic.T; Void]
```

# Operators

## ``get`

## ``set`

## Concatenate `,`

# Iterating

# Mutating