Disposable

Automatically disposing wrapper, will attempt to dispose by calling close, dispose, or destroy if all else fails.

Constructors

this
this(T val)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Alias This

value

Members

Functions

release
void release()

Releases/frees this manager. Implementation defined.

Variables

value
T value;
Undocumented in source.

Meta