General
9If coll is counted? returns its count, else will count at most the first n elements of coll using its seq
functionclojure.core
Returns an implementation of java.util.Comparator based upon pred.
functionclojure.core
Same as (first (first x))
functionclojure.core
Same as (first (next x))
functionclojure.core
Creates a seqable/reducible via repeated calls to step, a function of some (continuation token) 'k'. The first call to...
functionclojure.core
Returns the x for which (k x), a number, is greatest. If there are multiple such xs, the last one is returned.
functionclojure.core
Returns the x for which (k x), a number, is least. If there are multiple such xs, the last one is returned.
functionclojure.core
Same as (next (first x))
functionclojure.core
Same as (next (next x))
functionclojure.core