Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 313 Bytes

README.org

File metadata and controls

11 lines (9 loc) · 313 Bytes

classname

http://clojars.org/ajchemist/classname/latest-version.svg

Usage

(classname "a" 'b :c {:d true :x false} ["e" :f {'y nil "z" false :g []}])
;; => "a b c d e f g"
(classname :a {:b true} {:b false})
;; => "a"