(any? pred coll)(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)
(args-map args)(date< d1 d2)(date<= d1 d2)(date= d1 d2)(date> d1 d2)(date>= d1 d2)(datetime & [x__1023__auto__])(deref* ref)Just like (deref ref), except it only dereferences non-nil refs.
Just like (deref ref), except it only dereferences non-nil refs.
(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.
(localdate & [x__1023__auto__])(localdatetime & [x__1023__auto__])(localtime & [x__1023__auto__])(make-jd-wrapper name jd-type)(make-temp-dir)(rmdir-recursive dir)(starts-with haystack needle)cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |