Liking cljdoc? Tell your friends :D

diesel.edit


as-vecclj

(as-vec x)
source

conj-inclj

(conj-in m ks & xs)
source

conjv-inclj

(conjv-in m ks & xs)

coerce collection indexed by ks to a vector and conj xs to it

coerce collection indexed by ks to a vector and conj xs to it
sourceraw docstring

cons-inclj

(cons-in m ks x)
source

consv-inclj

(consv-in m ks x)

cons x to the collection indexed by ks and coerce result to a vector

cons x to the collection indexed by ks and coerce result to a vector
sourceraw docstring

disj-inclj

(disj-in m ks & xs)
source

dissoc-inclj

(dissoc-in m ks & xs)
source

edit-inclj

(edit-in m ks & body)
source

filter-inclj

(filter-in m ks pred)
source

filter-itclj

(filter-it coll pred)
source

map-inclj

(map-in m ks f & colls)
source

map-itclj

(map-it coll f & colls)
source

map-vals-inclj

(map-vals-in m ks f & args)
source

mapv-inclj

(mapv-in m ks f & colls)
source

mapv-itclj

(mapv-it coll f & colls)
source

merge-inclj

(merge-in m ks & maps)
source

reduce-inclj

(reduce-in m ks f)
(reduce-in m ks f v)
source

reduce-itclj

(reduce-it coll f)
(reduce-it coll f v)
source

remove-inclj

(remove-in m ks pred)
source

remove-itclj

(remove-it coll pred)
source

replace-inclj

(replace-in m ks smap)
source

replace-itclj

(replace-it coll smap)
source

replace-nthclj

(replace-nth coll smap)
source

replace-nth-inclj

(replace-nth-in m ks smap)
source

rm-inclj

(rm-in m ks & xs)
source

rm-nthclj

(rm-nth coll & ixs)
source

rm-nth-inclj

(rm-nth-in m ks & ixs)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close