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::ascMut
ascMut(container)
ascMut(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 ascending order.
Returns
(nil)