diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-09 17:08:10 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-09 17:08:10 -0400 |
| commit | 43b760058ae67f060fe89e6538d872fe982b3cb6 (patch) | |
| tree | 9dce0da13d5d9d57915da464c218f6c0576b11aa /docs/type_system/array.md | |
| parent | 4c3c63f39e9ceb5eff26a39f7c53189e700bb2e4 (diff) | |
container types
Diffstat (limited to 'docs/type_system/array.md')
| -rw-r--r-- | docs/type_system/array.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/type_system/array.md b/docs/type_system/array.md new file mode 100644 index 0000000..2433cd5 --- /dev/null +++ b/docs/type_system/array.md @@ -0,0 +1,9 @@ +# Array + +--- + +A sequence of TYPES with known size + +```text +Array[TYPE; Value[Int[...]; ...]] +``` |
