Value.set

Template to set a Value of a specific type.

class Value
void
set
(
T
)
(
T val
)

Parameters

T

The D type of the value to set (must match the type of the Value)

val T

The value to assign