Liking cljdoc? Tell your friends :D

quark.collection.seq


filtertclj/s

source

find-firstclj/s

(find-first pred coll)
source

first-indexclj/s

(first-index f coll)
source

in-range?clj/s

(in-range? content from to)
source

indicesclj/s

(indices f coll)
source

into!clj/s

(into! to from)

Transient version of clojure.core/into

Transient version of clojure.core/into
sourceraw docstring

keeptclj/s

source

leafclj/s

(leaf m)
source

likeclj/s

(like type-coll coll)
source

maptclj/s

source

max-byclj/s

(max-by k coll)

Returns the x for which (k x), not necessarily a number, is greatest, according to compare.

Returns the x for which (k x), *not necessarily a number*, is greatest, according to `compare`.
sourceraw docstring

min-byclj/s

(min-by k coll)

Returns the x for which (k x), not necessarily a number, is greatest, according to compare.

Returns the x for which (k x), *not necessarily a number*, is greatest, according to `compare`.
sourceraw docstring

removetclj/s

source

seekclj/s

(seek pred s)
source

update!clj/s

(update! m k f x)

Transient version of clojure.core/update

Transient version of clojure.core/update
sourceraw docstring

vec-group-byclj/s

(vec-group-by f input)
source

vec-removeclj/s

(vec-remove v pos)
source

vecs->mapclj/s

(vecs->map vecs)
source

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

× close