distssh v3.1.1 (2020-09-23T20:47:34Z)
Dub
Repo
SumType.opAssign
sumtype
SumType
Undocumented in source.
SumType
opAssign
(T rhs)
SumType
opAssign
(SumType rhs)
SumType
opAssign
(SumType rhs)
struct
SumType
(TypeArgs...)
@
disable
ref
static if
(
allSatisfy!(isAssignable, Types)
)
static if
(!(
allSatisfy!(isCopyable, Types)
))
SumType
opAssign
(
ref
SumType
rhs
)
if
(
is
(
NoDuplicates
!
TypeArgs
==
TypeArgs
) &&
TypeArgs.length
> 0
)
SumType
opAssign
(SumType rhs)
Meta
Source
See Implementation
sumtype
SumType
aliases
Types
constructors
this
destructors
~this
functions
opAssign
opEquals
toHash
toString
postblits
this(this)