AllocatorList.Allocator

Alias for typeof(Factory()(1)), i.e. the type of the individual allocators.

struct AllocatorList(Factory, BookkeepingAllocator = GCAllocator)
alias Allocator = typeof(Factory.init(size_t(1)))

Meta