when-not
exists so use it lol.
Examples:
; bad (when (not x) :a :b :c)
; good (when-not x :a :b :c)
`when-not` exists so use it lol. Examples: ; bad (when (not x) :a :b :c) ; good (when-not x :a :b :c)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close