Liking cljdoc? Tell your friends :D

cupboard.utils


any?clj

(any? pred coll)

args-&rest-&keysclj

(args-&rest-&keys args)

Allows Clojure to parse Common Lisp style &rest &keys arguments, so function f could be invoked either as: (f req1 req2 req3 :opt1 opt1-val :opt2 opt2-val) or as (f :opt1 opt1-val :opt2 opt2-val req1 req2 req3)

Allows Clojure to parse Common Lisp style &rest &keys arguments, so
function f could be invoked either as:
  (f req1 req2 req3 :opt1 opt1-val :opt2 opt2-val)
or as
  (f :opt1 opt1-val :opt2 opt2-val req1 req2 req3)
raw docstring

args-mapclj

(args-map args)

date<clj

(date< d1 d2)

date<=clj

(date<= d1 d2)

date=clj

(date= d1 d2)

date>clj

(date> d1 d2)

date>=clj

(date>= d1 d2)

datetimeclj

(datetime & [x__1023__auto__])

deref*clj

(deref* ref)

Just like (deref ref), except it only dereferences non-nil refs.

Just like (deref ref), except it only dereferences non-nil refs.
raw docstring

if*cljmacro

(if* condition consequent-expr & alternate-body)

Implements a Common Lisp style if form, with an implicit do (progn) in the else clause.

Implements a Common Lisp style if form, with an implicit do (progn) in the
else clause.
raw docstring

localdateclj

(localdate & [x__1023__auto__])

localdatetimeclj

(localdatetime & [x__1023__auto__])

localtimeclj

(localtime & [x__1023__auto__])

make-jd-wrappercljmacro

(make-jd-wrapper name jd-type)

make-temp-dirclj

(make-temp-dir)

rmdir-recursiveclj

(rmdir-recursive dir)

starts-withclj

(starts-with haystack needle)

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

× close