Updating docs

This commit is contained in:
Mike Farah
2022-11-13 11:16:01 +11:00
parent 88ce6ffcbe
commit 3e795d020d
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Array to Map
Use this operator to convert an array to..a map. Skips over null values.
Use this operator to convert an array to..a map. The indices are used as map keys, null values in the array are skipped over.
Behind the scenes, this is implemented using reduce: