distssh v2.0.1 (2019-10-06T18:28:00Z)
Dub
Repo
SumType.this
sumtype
SumType
Constructs a
SumType
that's a copy of another
SumType
this
(T value)
this
(const(T) value)
this
(immutable(T) value)
this
(const(T) value)
this
(immutable(T) value)
this
(SumType other)
this
(const(SumType) other)
struct
SumType
(TypeArgs...)
const
static if
(
allSatisfy!(isCopyable, Types)
)
static if
(
anySatisfy!(hasElaborateCopyConstructor, Types)
)
this
(
ref
const
(
SumType
)
other
)
if
(
is
(
NoDuplicates
!
TypeArgs
==
TypeArgs
) &&
TypeArgs.length
> 0
)
this
(immutable(SumType) other)
this
()
Meta
Source
See Implementation
sumtype
SumType
aliases
Types
constructors
this
destructors
~this
functions
opAssign
opEquals
toString
postblits
this(this)
Constructs a SumType that's a copy of another SumType