sortedKeys

Generates sorted array of all keys in associative array.

  1. K[] sortedKeys(V[K] aa)
    K[]
    sortedKeys
    (
    alias less = "a < b"
    K
    V
    )
    (
    V[K] aa
    )
  2. const(K)[] sortedKeys(V[K] aa)

Meta