;; Finds everything with struct-map in the name or description. In this case, it finds
;; two things: clojure.core/struct-map and clojure.xml/parse.
user=> (find-doc "struct-map")
-------------------------
clojure.core/struct-map
([s & inits])
Returns a new structmap instance with the keys of the...
nil
;; Finds everything with struct-map in the name or description. In this case, it finds
;; two things: clojure.core/struct-map and clojure.xml/parse.
user=> (find-doc "struct-map")
-------------------------
clojure.core/struct-map
([s & inits])
Returns a new structmap instance with the keys of the...
nil