Value.set
void set(T)(T val)Template to set a Value of a specific type.
Parameters
T | The D type of the value to set (must match the type of the Value) |
val | The value to assign |
void set(T)(T val)Template to set a Value of a specific type.
T | The D type of the value to set (must match the type of the Value) |
val | The value to assign |