diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-08 11:44:54 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-08 11:44:54 -0400 |
| commit | 47dfee7481d9f64d0518ea7a408af113cffd84c6 (patch) | |
| tree | 96cb27a5abdb6c8fb860f720bfdf7f68b77f04ab /docs/type_system | |
| parent | fd774948e6ac3506c24e6b87b6ef98403aa85951 (diff) | |
add join ops to buffer
Diffstat (limited to 'docs/type_system')
| -rw-r--r-- | docs/type_system/buffer.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/type_system/buffer.md b/docs/type_system/buffer.md index 256cb40..942bcb1 100644 --- a/docs/type_system/buffer.md +++ b/docs/type_system/buffer.md @@ -30,6 +30,10 @@ Array[Generic.T] `alias Buffer[.type; Generic.T] ## ``pop` +## ``join` + +## ``split` + ## Concatenate `,` # Iterating |
