Public Vars

Back

= (clj)

(source)

function

(= _x) (= x y) (= x y & more)
Same as clojure.core/=, but works on dates, rather than numbers. can compare different types, e.g. Instant vs ZonedDateTime

Examples