summaryrefslogtreecommitdiff
path: root/docs/type_system/queue.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-05-22 16:56:03 -0400
committernodist <kevin.comas.git@gmail.com>2026-05-22 16:56:03 -0400
commita41e83e6a28d17e41fcf90c4d39003a06fa9ba51 (patch)
treea8468d8d3da7148ede5f7d33b66fd49f358e0928 /docs/type_system/queue.md
parentaa58218da7a3ce3587a768f85323c3ce2212f6b2 (diff)
start adding ops to types
Diffstat (limited to 'docs/type_system/queue.md')
-rw-r--r--docs/type_system/queue.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/type_system/queue.md b/docs/type_system/queue.md
index 92fa008..54f9a4e 100644
--- a/docs/type_system/queue.md
+++ b/docs/type_system/queue.md
@@ -5,3 +5,23 @@
```text
Queue[TYPE]
```
+
+# Operators
+
+## ``len`
+
+## ``get_head`
+
+## ``push_head`
+
+## ``pop_head`
+
+## ``get_tail`
+
+## ``push_tail`
+
+## ``pop_tail`
+
+## Concatenate `,`
+
+# Iterating