AllocatorAwareDecoratorMixin.allocator - multiple declarations

Function AllocatorAwareDecoratorMixin.allocator

Set allocator

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

Parameters

NameDescription
allocator allocator to pass to decorated.

Returns

typeof(this)

Function AllocatorAwareDecoratorMixin.allocator

Get allocator

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

Returns

IAllocator