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.
raw 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.
raw docstring

java8?clj

(java8?)

raw-array-comparecljmacro

(raw-array-compare a b)

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

× close