sort*
sort* is an alias for `cl-sort' in `cl.el
'.
(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
cl.el
'.
(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