Add a reverse argument sort
This commit is contained in:
@@ -60,3 +60,6 @@ where key x in A has associations {y in LST : INDICATOR(y) = x}."
|
||||
:for item :in (coerce lst 'list)
|
||||
:if (not (member i indices))
|
||||
:collect item))
|
||||
|
||||
(fn sort* (func lst) (-> (function sequence) sequence)
|
||||
(sort lst func))
|
||||
|
||||
Reference in New Issue
Block a user