sortAssocArrayItemsByValues

Makes value-sorted array of tuples with pairs of keys and values from associative array.

sortAssocArrayItemsByValues
(
V
K
)
(
V[K] aarray
,
Flag!"desc" desc = No.desc
)

Parameters

aarray V[K]

Associative array.

desc Flag!"desc"

Flag for sorting (descending/ascending). By default, No.desc.

Return Value

Type: auto

Value-sorted array of tuples with elements of the associative array.

Meta