Alias Vector.AllocatorType

Type of the allocator object used to define the storage allocation model. By default DefaultAllocator is used.

struct Vector
{
  // ...
  alias AllocatorType = _Allocator;
  // ...
}