persistent

Persistent storage of variables of type T.

struct persistent (
T
string file = __FILE__
size_t line = __LINE__
) {}

Constructors

this
this()
Undocumented in source.
this
this(T t)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Alias This

store

Members

Variables

store
T store;
Undocumented in source.

Meta