cl-stable-sort

cl-stable-sort is an autoloaded compiled Lisp function in `cl-seq.el'.

(cl-stable-sort SEQ PREDICATE [KEYWORD VALUE]...)

Sort the argument SEQ stably according to PREDICATE.
This is a destructive function; it reuses the storage of SEQ if possible.

Keywords supported: :key