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.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/type_system/buffer.md b/docs/type_system/buffer.md
index 1f2fed8..1cfeb37 100644
--- a/docs/type_system/buffer.md
+++ b/docs/type_system/buffer.md
@@ -17,3 +17,17 @@ String `alias Buffer[.utf8; Void]
Vector[Any] `alias Buffer[.type; Any]
```
+
+# Operators
+
+## ``len`
+
+## ``get`
+
+## ``push`
+
+## ``pop`
+
+## Concatenate `,`
+
+# Iterating