summaryrefslogtreecommitdiff
path: root/docs/type_system/buffer.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/type_system/buffer.md')
-rw-r--r--docs/type_system/buffer.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/type_system/buffer.md b/docs/type_system/buffer.md
index 554a467..d38dd88 100644
--- a/docs/type_system/buffer.md
+++ b/docs/type_system/buffer.md
@@ -44,6 +44,22 @@ Array[Generic.T] `alias Buffer[[TYPE] Generic.T]
## ``split`
+## ``array`
+
+```text
+array : SIZE `array ([U64.index] index)
+```
+
+## ``map`
+
+## ``each`
+
+In place map
+
+## ``filter`
+
+## ``reduce`
+
## Concatenate `,`
# Iterating