Skip to main content

sort

functionv1.7

cljs.core/sort

Available in:BBCLJCLJS
(sort [coll] [comp coll])
Returns a sorted sequence of the items in coll. Comp can be boolean-valued comparison function, or a -/0/+ valued comparator. Comp defaults to compare.

No examples yet. Be the first to add one!