Checks for (* x 0).
Examples:
; bad (* x 0) (* 0 x)
; good 0
Checks for (* x 0). Examples: ; bad (* x 0) (* 0 x) ; good 0
cljdoc is a website building & hosting documentation for Clojure/Script libraries