<-Back

Function: Safe-Sort

SAFE-SORT list

Nondestructive analog of the Common Lisp sort function. Returns a freshly created list.

arguments:
list List
The list to be sorted
rest arguments:
args Argument list
Identical to the arguments for Common Lisp sort

<-Back