public struct DataID

DataID is used to refer represent any type as a usable type

public this(
    double value, 
    string id)

Create DataID with given value and id

public T to(T)() const

Overloading to for the DataID

public Tuple!(double, string) state

Tuple holding the value and id

Variables

state
Tuple!(double, string)

Tuple holding the value and id

Functions

this

Create DataID with given value and id

toconst

Overloading to for the DataID