Liking cljdoc? Tell your friends :D

sparq-yoots.functions


-mainclj

(-main & args)
source

gen-arg-vectorclj

(gen-arg-vector arity
                &
                {:keys [init with-type-hint] :or {init [] with-type-hint nil}})

Generates function argument vector Arity assumed to be not greater than UDF limit.

Generates function argument vector
Arity assumed to be not greater than UDF limit.
sourceraw docstring

gen-udfcljmacro

(gen-udf arity)
source

udf1-callclj

(udf1-call this a)
source

udf10-callclj

(udf10-call this a b c d e f g h i j)
source

udf11-callclj

(udf11-call this a b c d e f g h i j k)
source

udf12-callclj

(udf12-call this a b c d e f g h i j k l)
source

udf13-callclj

(udf13-call this a b c d e f g h i j k l m)
source

udf14-callclj

(udf14-call this a b c d e f g h i j k l m n)
source

udf15-callclj

(udf15-call this a b c d e f g h i j k l m n o)
source

udf16-callclj

(udf16-call this a b c d e f g h i j k l m n o p)
source

udf17-callclj

(udf17-call this a b c d e f g h i j k l m n o p q)
source

udf18-callclj

(udf18-call this a b c d e f g h i j k l m n o p q r)
source

udf19-callclj

(udf19-call this a b c d e f g h i j k l m n o p q r s)
source

udf2-callclj

(udf2-call this a b)
source

udf3-callclj

(udf3-call this a b c)
source

udf4-callclj

(udf4-call this a b c d)
source

udf5-callclj

(udf5-call this a b c d e)
source

udf6-callclj

(udf6-call this a b c d e f)
source

udf7-callclj

(udf7-call this a b c d e f g)
source

udf8-callclj

(udf8-call this a b c d e f g h)
source

udf9-callclj

(udf9-call this a b c d e f g h i)
source

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

× close