summaryrefslogtreecommitdiff
path: root/docs/type_system/tuple.md
blob: 0c89c6735d8399ef5e34f6930f85b6695234088f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Tuple

---

A sequence of different types accessed by index or a symbol mapped to an index

```text
Tuple[TYPE; TYPE.SYMBOL; ...]
```

# Operators

## ``get`