Liking cljdoc? Tell your friends :D

datahike.array


a=clj

(a= a b)

Extension of Clojure's equality to things we also want to treat like values, e.g. certain array types.

Extension of Clojure's equality to things we also want to treat like values,
e.g. certain array types.
sourceraw docstring

compare-arraysclj

(compare-arrays a b)

Compare two arrays a and b element-wise in ascending order. If one array is a prefix of another then it comes first.

Compare two arrays a and b element-wise in ascending order. If one array is a
prefix of another then it comes first.
sourceraw docstring

java8?clj

(java8?)
source

raw-array-comparecljmacro

(raw-array-compare a b)
source

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

× close