From a9e4e9f0167ed344e55ba298928a575cabb1de0d Mon Sep 17 00:00:00 2001 From: nodist Date: Sun, 24 May 2026 17:24:28 -0400 Subject: add format string example --- docs/type_system/buffer.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs/type_system/buffer.md') diff --git a/docs/type_system/buffer.md b/docs/type_system/buffer.md index 1cfeb37..aa5b0d3 100644 --- a/docs/type_system/buffer.md +++ b/docs/type_system/buffer.md @@ -20,10 +20,12 @@ Vector[Any] `alias Buffer[.type; Any] # Operators -## ``len` +## ``length` ## ``get` +## ``set` + ## ``push` ## ``pop` @@ -31,3 +33,5 @@ Vector[Any] `alias Buffer[.type; Any] ## Concatenate `,` # Iterating + +# Mutating -- cgit v1.2.3