Added pick operator

This commit is contained in:
Mike Farah
2022-03-10 13:39:51 +11:00
parent 33a29817d7
commit 58be9829f9
7 changed files with 201 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
# Pick
Filter a map by the specified list of keys. Map is returned with the key in the order of the pick list.
Similarly, you can filter a map by the specified list of indices.