dstruct ~master (2015-04-27T00:40:08Z)
Home
Dub
Repo
Option.opAssign
dstruct
option
Option
Assign another value to this object.
struct
Option
(T)
@
nogc
@
safe
pure nothrow
void
opAssign
(
U
)
(
U
value
)
if
(
is
(
U
:
T
)
)
if
(
is
(
T
== class) ||
isPointer
!
T
)
Parameters
value
Type:
U
The value to set.
Meta
Source
See Implementation
dstruct
option
Option
constructors
this
functions
dynamicCast
opAssign
or
properties
get
isNull
Assign another value to this object.