diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/reference/types.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/reference/types.md b/docs/reference/types.md index 4150cc9b..d7cfaa65 100644 --- a/docs/reference/types.md +++ b/docs/reference/types.md @@ -892,6 +892,9 @@ The returned array consists of `(index, value)` pairs in the form of length-2 arrays. These can be [destructured]($scripting/#bindings) with a let binding or for loop. +- start: integer (named) + The index returned for the first pair of the returned list. + Defaults to `{0}`. - returns: array ### zip() |
