dextool v1.2.2 (2019-07-12T16:12:10Z)
Dub
Repo
SumType.opAssign
sumtype
SumType
Assigns a value to a
SumType
.
struct
SumType
(TypeArgs...)
static if
(
isAssignable!T
)
void
opAssign
()
(
auto
ref
T
rhs
)
if
(
is
(
NoDuplicates
!
TypeArgs
==
TypeArgs
) &&
TypeArgs.length
> 0
)
Meta
Source
See Implementation
sumtype
SumType
aliases
Types
constructors
this
destructors
~this
functions
opAssign
opEquals
toString
postblits
this(this)
Assigns a value to a SumType.