The OpenD Programming Language

DataID

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

Constructors

this
this(double value, string id)

Create DataID with given value and id

Alias This

state

Members

Functions

to
T to()

Overloading to for the DataID

Variables

state
Tuple!(double, string) state;

Tuple holding the value and id

Meta