Alias FlatMap.KeyType

Type of key.

struct FlatMap
{
  // ...
  alias KeyType = _Key;
  // ...
}