Alias FlatMap.ElementType

Type of elements (pair of key and value).

struct FlatMap
{
  // ...
  alias ElementType = Storage.ElementType;
  // ...
}