(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.
Examples
No examples yet. Be the first to add one!
(sort [coll] [comp coll])No examples yet. Be the first to add one!