Uniq.release

Transfer the ownership.

struct Uniq(T)
release
()
if (
is(T : Disposable) &&
!hasMemberFunc!(T, "release")
)

Meta