SumType.this

Undocumented in source.
  1. this(T val)
  2. this(const(T) val)
  3. this(immutable(T) val)
  4. this(const(T) val)
  5. this(immutable(T) val)
  6. this()
    struct SumType(TypeArgs...)
    version(SumTypeNoDefaultCtor)
    @disable
    this
    ()
    if (
    is(NoDuplicates!TypeArgs == TypeArgs) &&
    TypeArgs.length > 0
    )

Meta