Hi! How would I go about sorting a sequence in specter, letting specter worry about creating the same sequence type?
how nested is your data? you might be able to get away with (into (empty coll) (sort coll))
(into (empty coll) (sort coll))