Fork me on GitHub
#specter
<
2020-08-17
>
mbertheau14:08:53

Hi! How would I go about sorting a sequence in specter, letting specter worry about creating the same sequence type?

phronmophobic14:08:57

how nested is your data? you might be able to get away with (into (empty coll) (sort coll))