SumType.this

Constructs a SumType holding a specific value.

  1. this(T value)
  2. this(const(T) value)
  3. this(immutable(T) value)
    struct SumType(Types...)
    immutable
    static if(isCopyable!T)
    static if(IndexOf!(immutable(T), Map!(ImmutableOf, Types)) == tid)
    this
    (
    immutable(T) value
    )
    if (
    is(NoDuplicates!Types == Types) &&
    )
  4. this(const(T) value)
  5. this(immutable(T) value)
  6. this(inout(SumType) other)
  7. this(SumType other)
  8. this(SumType other)
  9. this(const(SumType) other)
  10. this(const(SumType) other)
  11. this(immutable(SumType) other)
  12. this(immutable(SumType) other)
  13. this()

Meta