ValueChain

Data structure that wraps the actual value of the node with metadata used for versioning of node values.

Members

Classes

SimpleValueChain
class SimpleValueChain
Undocumented in source.

Properties

data
Optional!Data data [@property getter]

Payload

previousValue
Optional!(ValueChain!Data) previousValue [@property getter]

Optional link to previous value with metadata

versionNo
size_t versionNo [@property getter]

Version number of the value, counting from 0 (initial value)

Static functions

of
ValueChain!Data of(size_t v, Optional!Data d, Optional!(ValueChain!Data) p)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta