diff options
Diffstat (limited to 'docs/type_system/buffer.md')
| -rw-r--r-- | docs/type_system/buffer.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/type_system/buffer.md b/docs/type_system/buffer.md index bb863a2..983fd4a 100644 --- a/docs/type_system/buffer.md +++ b/docs/type_system/buffer.md @@ -18,12 +18,14 @@ Array[Generic.T] `alias Buffer[[TYPE] Generic.T] # Operators -## ``length` +## Symbol Access ## ``get` ## ``set` +## ``length` + ## ``push` ## ``pop` |
