SumType.this

Undocumented in source.
  1. this(T value)
  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()
    struct SumType(TypeArgs...)
    version(SumTypeNoDefaultCtor)
    @disable
    this
    ()
    if (
    is(NoDuplicates!TypeArgs == TypeArgs) &&
    TypeArgs.length > 0
    )

Meta