specter

fredmonroe 2020-08-17T04:24:53.105800Z

@fredmonroe has joined the channel

2020-08-17T14:21:53.106600Z

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

phronmophobic 2020-08-17T14:38:57.108200Z

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