orderedMap

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto orderedMap(R input)
  2. auto orderedMap(R input)
    orderedMap
    (
    R
    )
    ()
    if (
    is(typeof(input.front.key)) &&
    is(typeof(input.front.value))
    &&
    !is(typeof(input.front.length))
    )

Meta