summaryrefslogtreecommitdiff
path: root/docs/type_system/tuple.md
blob: 57158b157db7d8b534a1010762bc6d8424dae5e2 (plain)
1
2
3
4
5
6
7
8
9
# Tuple

---

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

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