AllocatorAwareMixin.allocator

Set allocator

  1. Z allocator [@property setter]
    mixintemplate AllocatorAwareMixin(Z)
    @property @safe nothrow
    typeof(this)
    allocator
  2. inout(Z) allocator [@property getter]

Parameters

allocator Z

allocator used to create components

Return Value

Type: typeof(this)

typeof(this)

Meta