Generic Function Stable-Sort (3 methods)

( stable-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 guaranteed to be stable.

Method Summary

stable-sort sequence  t  
stable-sort set  t  
stable-sort wb-seq  t