Liking cljdoc? Tell your friends :D

re-find.core


?clj/smacro

(? & {:keys [cljs clj]})

Private. case macro from https://github.com/cgrand/macrovich

Private. case macro from https://github.com/cgrand/macrovich
source (clj)source (cljs)raw docstring

deftimeclj/smacro

(deftime & body)

Private. deftime macro from https://github.com/cgrand/macrovich

Private. deftime macro from https://github.com/cgrand/macrovich
source (clj)source (cljs)raw docstring

matchclj/s

(match & {:as opts})

Find functions by specs that match args and/or ret opt. Argument opts can have: :args - value to search matching args spec :ret - value to search matching ret spec. if passed a fn? then it will replace the ret spec. If :exact-ret-match? is also true, then return value must exactly match the function. :safe? - forbid evaluation of found function with args. useful for side effecting functions :exact-ret-match? - if true, return value must be equal to :ret At minimum args or ret must be specified.

Find functions by specs that match args and/or ret opt.
Argument opts can have:
 :args - value to search matching args spec
 :ret - value to search matching ret spec. if passed a fn? then it
  will replace the ret spec. If :exact-ret-match? is also true, then
  return value must exactly match the function.
 :safe? - forbid evaluation of found function with args. useful for side effecting functions
 :exact-ret-match? - if true, return value must be equal to :ret
At minimum args or ret must be specified.
sourceraw docstring

sym->fnclj/s

(sym->fn sym)
source

try!clj/smacro

(try! expr)
source (clj)source (cljs)

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

× close