distssh v2.0.1 (2019-10-06T18:28:00Z)
Dub
Repo
SumType.opAssign
sumtype
SumType
Undocumented in source.
void
opAssign
(T rhs)
void
opAssign
(SumType rhs)
void
opAssign
(SumType rhs)
struct
SumType
(TypeArgs...)
@
disable
static if
(
allSatisfy!(isAssignable, Types)
)
static if
(!(
allSatisfy!(isCopyable, Types)
))
void
opAssign
(
ref
SumType
rhs
)
if
(
is
(
NoDuplicates
!
TypeArgs
==
TypeArgs
) &&
TypeArgs.length
> 0
)
void
opAssign
(SumType rhs)
Meta
Source
See Implementation
sumtype
SumType
aliases
Types
constructors
this
destructors
~this
functions
opAssign
opEquals
toString
postblits
this(this)