summaryrefslogtreecommitdiff
path: root/docs/type_system/array.md
blob: 2433cd5293a51ee2da1bb3a626f5e364ea7d50aa (plain)
1
2
3
4
5
6
7
8
9
# Array

---

A sequence of TYPES with known size

```text
Array[TYPE; Value[Int[...]; ...]]
```