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