Added pick operator

This commit is contained in:
Mike Farah 2022-03-10 15:44:35 +11:00
parent a253c51310
commit 831d601238

View File

@ -43,6 +43,7 @@
* [Multiply (Merge)](operators/multiply-merge.md)
* [Parent](operators/parent.md)
* [Path](operators/path.md)
* [Pick](operators/pick.md)
* [Pipe](operators/pipe.md)
* [Recursive Descent (Glob)](operators/recursive-descent-glob.md)
* [Reduce](operators/reduce.md)