diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-24 17:24:28 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-24 17:24:28 -0400 |
| commit | a9e4e9f0167ed344e55ba298928a575cabb1de0d (patch) | |
| tree | 040b8d389b6822a575d6bd8c74c0aa6773459dcf /docs/type_system/queue.md | |
| parent | a41e83e6a28d17e41fcf90c4d39003a06fa9ba51 (diff) | |
add format string example
Diffstat (limited to 'docs/type_system/queue.md')
| -rw-r--r-- | docs/type_system/queue.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/type_system/queue.md b/docs/type_system/queue.md index 54f9a4e..bd7a0c4 100644 --- a/docs/type_system/queue.md +++ b/docs/type_system/queue.md @@ -8,7 +8,7 @@ Queue[TYPE] # Operators -## ``len` +## ``length` ## ``get_head` @@ -25,3 +25,5 @@ Queue[TYPE] ## Concatenate `,` # Iterating + +# Mutating |
