Sorts maps, arrays, and slices and returns a sorted slice.
2017-02-01
2017-02-01
2017-02-01
functions
docs
parent
functions
ordering
sorting
lists
lists
taxonomies
terms
groups
false
A sorted array of map values will be returned with the keys eliminated. There are two optional arguments: sortByField and sortAsc. If left blank, sort will sort by keys (for maps) in ascending order as its default behavior.