Alias FlatMap.VectorType

Type of internal vector.

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