(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close