ValueClass.this

Copy data from an existing class instance.

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

Meta