From 20106935981d50971da0a7708a5bfdbec256049c Mon Sep 17 00:00:00 2001 From: nodist Date: Fri, 10 Jul 2026 15:14:36 -0400 Subject: array methods and return qualifier --- docs/type_system/buffer.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'docs/type_system/buffer.md') diff --git a/docs/type_system/buffer.md b/docs/type_system/buffer.md index 554a467..d38dd88 100644 --- a/docs/type_system/buffer.md +++ b/docs/type_system/buffer.md @@ -44,6 +44,22 @@ Array[Generic.T] `alias Buffer[[TYPE] Generic.T] ## ``split` +## ``array` + +```text +array : SIZE `array ([U64.index] index) +``` + +## ``map` + +## ``each` + +In place map + +## ``filter` + +## ``reduce` + ## Concatenate `,` # Iterating -- cgit v1.2.3