Unique.this

Constructor that takes an lvalue. It nulls its source. The nulling will ensure uniqueness as long as there are no previous aliases to the source.

  1. this(TR p)
  2. this(TR p)
    struct Unique(T, ALLOC = ThreadMem)
    nothrow @trusted
    this
    (
    ref TR p
    )
  3. this(Unique!U u)

Meta