cl-sort

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

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

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

Keywords supported: :key