diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-22 16:56:03 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-22 16:56:03 -0400 |
| commit | a41e83e6a28d17e41fcf90c4d39003a06fa9ba51 (patch) | |
| tree | a8468d8d3da7148ede5f7d33b66fd49f358e0928 /docs/type_system/buffer.md | |
| parent | aa58218da7a3ce3587a768f85323c3ce2212f6b2 (diff) | |
start adding ops to types
Diffstat (limited to 'docs/type_system/buffer.md')
| -rw-r--r-- | docs/type_system/buffer.md | 14 |
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 |
