Liking cljdoc? Tell your friends :D

streetlight.core


co-relateclj

(co-relate & ms)
source

explodeclj

(explode m)

Returns the set of all pieces of m

Returns the set of all pieces of m
sourceraw docstring

pclj

(p & m)

Prints newline delimited collections.

Prints newline delimited collections.
sourceraw docstring

(path-search m path-filter-fn)
source

path-search-democlj

(path-search-demo m)
source

pathsclj

(paths m)

Returns a sequence of [key and index path -> value] pairs for a given datastructure.

Returns a sequence of [key and index path -> value] pairs for a given datastructure.
sourceraw docstring

search-keysclj

(search-keys m & ks)

Finds all paths and values that have ks on the path.

This should be used when you're more sure about what you are looking for.

Finds all paths and values that have ks on the path.

This should be used when you're more sure about what you are looking for.
sourceraw docstring

search-regexclj

(search-regex m re-term)

Finds all paths and values that match re-term as a component.

This should be used when you're not quite sure what you are looking for.

Finds all paths and values that match re-term as a component.

This should be used when you're not quite sure what you are looking for. 
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close