Variable OrderedMap.map

The underlying associative array used.

struct OrderedMap
{
  // ...
  ValueT[KeyT] map ;
  // ...
}