io.randomseed.utils.qe

added in 2.0.3

Quick equality macro.

q=

macro

added in 2.0.3

(q= a b)

Compares 2 forms by calling clojure.core/identical? and if that returns falsy value tries clojure.core/=.