From e8ebc79c479f0452e2e3a54b8c558e0189313005 Mon Sep 17 00:00:00 2001 From: Michael Fogleman Date: Thu, 21 Sep 2017 08:45:33 -0400 Subject: [PATCH] Initial documentation of traverse-all. --- List-of-Macros.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/List-of-Macros.md b/List-of-Macros.md index f3d0abe..a347a64 100644 --- a/List-of-Macros.md +++ b/List-of-Macros.md @@ -265,6 +265,14 @@ This macro will do inline compilation and caching of the path. ;; returns object implementing clojure.lang.IReduce ``` +## traverse-all + +_Added in 1.0.0_ + +`(traverse-all apath)` + +Returns a transducer that traverses over each element with the given path. + # Path Macros ## declarepath