Value.set

void set(T)(T val)

Template to set a Value of a specific type.

Parameters

TThe D type of the value to set (must match the type of the Value)
valThe value to assign