Liking cljdoc? Tell your friends :D
Clojure only.

thi.ng.ndarray.macros


and*cljmacro

(and* x)
(and* x & more)

Like clojure.core/and, but avoids intermediate let bindings and only ever returns either result of last form (if all previous succeeded) or nil.

Like clojure.core/and, but avoids intermediate let bindings and
only ever returns either result of last form (if all previous
succeeded) or nil.
raw docstring

def-ndarraycljmacro

(def-ndarray dim cast type-hint type-id data-ctor get set & [clj?])

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

× close