orderedMap

Like assocArray

  1. auto orderedMap(R input)
    orderedMap
    (
    R
    )
    ()
    if (
    is(typeof(input.front.length) : size_t) &&
    input.front.length == 2
    )
  2. auto orderedMap(R input)

Meta