Liking cljdoc? Tell your friends :D
Clojure only.

b1.util


c2-objcljmacro

(c2-obj name fields-with-defaults & body)

Define record and corresponding constructor that accepts keyword arguments. The constructor function is defined to be the given name, with the record having an underscore prefix.

Define record and corresponding constructor that accepts keyword arguments.
 The constructor function is defined to be the given name, with the
record having an underscore prefix.
sourceraw docstring

combine-withcljmacro

(combine-with A B op fun)

Element-by-element operations between sequences. Used by c2.maths for vector arithmetic. Modified from Incanter.

Element-by-element operations between sequences.
Used by c2.maths for vector arithmetic.
Modified from Incanter.
sourceraw docstring

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

× close