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
raw docstring

cont=clj

(cont= & 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.
raw 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.
raw docstring

lowkeyclj

(lowkey m)

Get the keys with the lowest associated values in m

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

posteriority-mapclj


rvecclj

(rvec v)

Reverse a vector

Reverse a vector
raw 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
raw docstring

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

× close