(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.
(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