(comma-list coll)
Emit a collection as a parentesised, comma separated list. (comma-list [a b c]) => "(a, b, c)"
Emit a collection as a parentesised, comma separated list. (comma-list [a b c]) => "(a, b, c)"
(quoted-string s)
Add quotes to the argument s as a string
Add quotes to the argument s as a string
(shflags-make-declaration doc? sig)
Returns a shflags declaration
Returns a shflags declaration
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close