Uniq.this

Constructor that take a rvalue. u can only be a rvalue because postblit is disabled.

  1. this(T obj)
  2. this(T obj)
  3. this(Uniq!U u)
    struct Uniq(T)
    this
    (
    U
    )
    ()
    if (
    is(U : T)
    )
    if (
    is(T : Disposable) &&
    !hasMemberFunc!(T, "release")
    )

Meta