SumType.this

Constructs a SumType holding a specific value.

  1. this(T value)
    struct SumType(TypeArgs...)
    this
    ()
    (
    auto ref T value
    )
    if (
    is(NoDuplicates!TypeArgs == TypeArgs) &&
    TypeArgs.length > 0
    )
  2. this(const(T) value)
  3. this(immutable(T) value)
  4. this(const(T) value)
  5. this(immutable(T) value)
  6. this(SumType other)
  7. this(const(SumType) other)
  8. this(immutable(SumType) other)
  9. this()

Meta