Scoped

Undocumented in source.
  1. template Scoped(T)
  2. struct Scoped(T)
    static if(!(__VERSION__ >= 2063))
    struct Scoped (
    T
    ) {}

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Alias This

payload

Members

Variables

payload
T payload;
Undocumented in source.

Meta