dextool v5.0.0 (2022-12-09T08:28:15Z)
Dub
Repo
SumType.opAssign
sumtype
SumType
Undocumented in source.
SumType
opAssign
(T rhs)
SumType
opAssign
(SumType rhs)
SumType
opAssign
(SumType rhs)
struct
SumType
(Types...)
private public @
disable
ref
static if
(
allSatisfy!(isAssignableTo, Types)
)
static if
(!(
allSatisfy!(isCopyable, Types)
))
SumType
opAssign
(
ref
SumType
rhs
)
if
(
is
(
NoDuplicates
!
Types
==
Types
) &&
Types.length
> 0
)
SumType
opAssign
(SumType rhs)
Meta
Source
See Implementation
sumtype
SumType
aliases
Types
constructors
this
destructors
~this
functions
opAssign
opEquals
toHash
toString
typeIndex