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)
    struct SumType(TypeArgs...)
    @disable immutable
    static if(!(isCopyable!T))
    this
    (
    immutable(T) val
    )
    if (
    is(NoDuplicates!TypeArgs == TypeArgs) &&
    TypeArgs.length > 0
    )
  6. this()

Meta