vector
is succinct and meaningful.
Examples:
; bad (conj [] :a b {:c 1})
; good (vector :a b {:c 1})
`vector` is succinct and meaningful. Examples: ; bad (conj [] :a b {:c 1}) ; good (vector :a b {:c 1})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close