From a41e83e6a28d17e41fcf90c4d39003a06fa9ba51 Mon Sep 17 00:00:00 2001 From: nodist Date: Fri, 22 May 2026 16:56:03 -0400 Subject: start adding ops to types --- docs/type_system/queue.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'docs/type_system/queue.md') 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 -- cgit v1.2.3