AllocatorAwareMixin.allocator - multiple declarations

Function AllocatorAwareMixin.allocator

Get allocator

inout inout(Z) allocator () nothrow @safe;

Returns

Z

Function AllocatorAwareMixin.allocator

Set allocator

typeof(this) allocator (
  Z allocator
) nothrow @safe;

Parameters

NameDescription
allocator allocator used to create components

Returns

typeof(this)