ValueChain.SimpleValueChain

Undocumented in source.

Constructors

this
this(size_t v, Optional!Data d, Optional!(ValueChain!Data) p)
Undocumented in source.

Members

Properties

data
Optional!Data data [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
previousValue
Optional!(ValueChain!Data) previousValue [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
versionNo
size_t versionNo [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_data
Optional!Data _data;
Undocumented in source.
_previousValue
Optional!(ValueChain!Data) _previousValue;
Undocumented in source.
_versionNo
size_t _versionNo;
Undocumented in source.

Meta