Skip to content
The Elk Shell Language
Search
K
Main Navigation
Reference
Standard Library
GitHub
Appearance
GitHub
Menu
Return to top
On this page
Table of Contents for current page
sort::descMut
descMut(container)
descMut(container, key)
Parameter
Type
Description
container
*
The container to sort.
(optional) key
*
(for tables) The column to order by.
Sorts a container in-place in descending order.
Returns
(nil)