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/buffer.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'docs/type_system/buffer.md') 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 -- cgit v1.2.3