filterv is preferable for using transients.
Examples:
; bad (vec (filter pred coll))
; good (filterv pred coll)
filterv is preferable for using transients. Examples: ; bad (vec (filter pred coll)) ; good (filterv pred coll)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close