tanya ~master (2021-06-04T07:37:50Z)
Dub
Repo
Variant.opAssign
tanya
typecons
Variant
Variant
Reassigns the value.
typeof
(
this
)
opAssign
(T that)
struct
Variant
ref
typeof
(this)
opAssign
(
T
)
(
T
that
)
if
(
canFind
!(
T
,
Types
)
)
typeof
(
this
)
opAssign
(T that)
Parameters
T
Type of the new value
that
T
New value.
Return Value
Type:
typeof
(this)
$(D_KEYWORD this).
Meta
Source
See Implementation
tanya
typecons
Variant
Variant
aliases
Types
constructors
this
destructors
~this
functions
get
hasValue
opAssign
opEquals
peek
postblits
this(this)
properties
type
Reassigns the value.