Value.this

Template to create a new Value from a D type.

  1. this()
  2. this(void* ptr, Flag!"Take" take)
  3. this(T val)
    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