Value.this

Template to create a new Value from a D type.

class Value
this
(
T
)
(
T val
)
if (
!is(T == void*)
)

Parameters

T

The D type to initialize the value to

val T

The value to assign