orderAssociativeArray

The function arranges the associative array by the required sorting method (string "by" is equal to "values" or "keys"), returns an array of keys and an array of values.

deprecated
void
orderAssociativeArray
(
alias by
V
K
)
(
in V[K] aarray
,
out K[] orderedKeys
,)
if (
by == "values" ||
by == "keys"
)

Meta