Generic Function Sort (3 methods)

( sort seq pred &key key )

Part of:

package fset
Returns seq sorted by pred, a function of two arguments; if key is
supplied, it is a function of one argument that is applied to the elements of
seq before they are passed to pred. The sort is not guaranteed to be
stable.

Method Summary

sort sequence  t  
sort set  t  
sort wb-seq  t