diff options
Diffstat (limited to 'map-utils-api.html')
-rw-r--r-- | map-utils-api.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/map-utils-api.html b/map-utils-api.html index 7697c356..379c424b 100644 --- a/map-utils-api.html +++ b/map-utils-api.html @@ -95,7 +95,7 @@ only when there's a non-map at a particular level. -> {:a {:b {:z 3, :c 3, :d {:z 9, :x 1, :y 2}}, :e 103}, :f 4}</pre> - + <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/map_utils.clj#L41" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -106,7 +106,7 @@ only when there's a non-map at a particular level. <pre id="var-docstr">Like get, but doesn't evaluate not-found unless it is needed.</pre> - + <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/map_utils.clj#L22" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -117,7 +117,7 @@ only when there's a non-map at a particular level. <pre id="var-docstr">Like get, but throws an exception if the key is not found.</pre> - + <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/map_utils.clj#L29" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -128,7 +128,7 @@ only when there's a non-map at a particular level. <pre id="var-docstr">Like get-in, but throws an exception if any key is not found.</pre> - + <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/map_utils.clj#L35" id="var-source">Source</a> </div> |