Liking cljdoc? Tell your friends :D

suffragium.util


before?clj

(before? a b coll)

True if a will seen before b when iterating through coll, else false

True if a will seen before b when iterating through coll, else false
sourceraw docstring

freq=clj

(freq= & colls)

Returns true if the contents of all the supplied colls are the same, regardless of order. False otherwise.

Returns true if the contents of all the supplied colls are the same,
regardless of order. False otherwise.
sourceraw docstring

index-ofclj

(index-of coll x)

Gets the index of x's first appearance in coll without having to worry about reflection or portability. Returns nil if x not found.

Gets the index of x's first appearance in coll without having to worry
about reflection or portability. Returns nil if x not found.
sourceraw docstring

into-sorted-array-mapclj

(into-sorted-array-map coll)
(into-sorted-array-map comp coll)

Puts the supplied coll into an array map, sorted by comp (defaults to compare).

Puts the supplied coll into an array map, sorted by comp (defaults to
compare).
sourceraw docstring

lowkeyclj

(lowkey m)

Get the keys with the lowest associated values in m

Get the keys with the lowest associated values in m
sourceraw docstring

rvecclj

(rvec v)

Reverse a vector

Reverse a vector
sourceraw docstring

seq=clj

(seq= & colls)

Returns true if the supplied colls are = after applying seq to each.

Returns true if the supplied colls are = after applying seq to each.
sourceraw docstring

unwrap-setclj

(unwrap-set s)

Returns the member of a cardinality 1 set or nil if set is empty

Returns the member of a cardinality 1 set or nil if set is empty
sourceraw docstring

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

× close