dstruct ~master (2015-04-27T00:40:08Z)
Home
Dub
Repo
Some.opAssign
dstruct
option
Some
Assign another value to this object.
struct
Some
(T)
@
nogc
@
safe
pure nothrow
void
opAssign
(
U
)
(
U
value
)
if
(
is
(
U
:
T
)
)
in { assert (value !is null, "A null value was given to Some."); }
if
(
is
(
T
== class) ||
isPointer
!
T
)
Parameters
value
Type:
U
The value to set.
Meta
Source
See Implementation
dstruct
option
Some
constructors
this
functions
opAssign
properties
get
Assign another value to this object.