phobos-next v0.4.6 (2022-11-25T12:27:21Z)
Home
Dub
Repo
persistent
nxt
persist
Persistent storage of variables of type
T
.
struct
persistent (
T
string
file
= __FILE__
size_t
line
= __LINE__
) {
T
store
;
this
();
this
(T t);
~this
();
}
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
Source
See Implementation
nxt
persist
structs
persistent
Persistent storage of variables of type T.