Unique.this

Undocumented in source.
  1. this()
  2. this(Unique!(DT, Allocator) rhs)
    struct Unique(T, Allocator = Mallocator)
    @safe
    this
    (
    DT
    )
    (
    scope auto ref Unique!(DT, Allocator) rhs
    )
    if (
    isAllocator!Allocator &&
    !isArray!T
    )

Meta