Alias List.AllocatorType

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

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