spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
SumType.opAssign
spasm
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
spasm
sumtype
SumType
aliases
Types
constructors
this
destructors
~this
functions
opAssign
opEquals
toString
trustedGet
postblits
this(this)