summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/src/reference/types.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/src/reference/types.md b/docs/src/reference/types.md
index 427b1a79..816cc391 100644
--- a/docs/src/reference/types.md
+++ b/docs/src/reference/types.md
@@ -526,6 +526,11 @@ Fails with an error if the index is out of bounds.
The index at which to retrieve the item.
- returns: any
+### enumerate()
+Returns an array of the values along with their indices.
+
+- returns: array
+
### push()
Add a value to the end of the array.