phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
WordVariant.opAssign
nxt
variant_ex
WordVariant
Assignment from
that
.
auto ref
opAssign
(typeof(this) value)
auto ref
opAssign
(T that)
struct
WordVariant
(Types...)
pure nothrow @
nogc
ref
auto ref
opAssign
(
T
)
(
T
that
)
if
(
canStore
!
T
)
auto ref
opAssign
(typeof(null) that)
auto ref
opAssign
(WordVariant!(SubTypes) value)
Meta
Source
See Implementation
nxt
variant_ex
WordVariant
aliases
Ix
S
constructors
this
enums
canStore
indexOf
functions
as
isNull
opAssign
opCast
opEquals
toHash
typeIx
manifest constants
typeBits
typeMask
typeShift
properties
peek
toString
Assignment from that.