Unique.release

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void release(T dest)
  2. void release(typeof(this) dest)
    struct Unique(alias T)
    @nogc nothrow
    void
    release
    ()
    (
    scope ref return typeof(this) dest
    )
  3. typeof(this) release()

Meta