DefferedProxyWrapper.allocator - multiple declarations

Function DefferedProxyWrapper.allocator

Set allocator

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

Parameters

NameDescription
allocator allocator used to allocate deffered proxies and original objects.

Returns

typeof(this)

Function DefferedProxyWrapper.allocator

Get allocator

IAllocator allocator () nothrow @safe;

Returns

IAllocator