AllocatorHandler.this

Undocumented in source.
  1. this(A alloc)
    struct AllocatorHandler
    nothrow pure @trusted
    this
    (
    A
    this Q
    )
    ()
    if (
    !is(Q == shared) &&
    (
    is(A == RCISharedAllocator) ||
    !is(Q == immutable)
    )
    &&
    (
    is(A == RCIAllocator) ||
    is(A == RCISharedAllocator)
    )
    )
  2. this(typeof(this) rhs)

Meta