ValueClass.this

Default constructor with a dummy parameter.

  1. this()
  2. this(int )
    struct ValueClass(T)
    nothrow @nogc pure @trusted
    this
    (
    int
    )
    if (
    is(T == class)
    )
  3. this(T val)

Meta