dstruct v0.1.0 (2015-03-29T14:44:48Z)
Home
Dub
Repo
Some.opAssign
dstruct
option
Some
Assign another value to this object.
struct
Some
(T)
@
safe
pure nothrow
void
opAssign
(
U
)
(
U
value
)
if
(
is
(
U
:
T
)
)
if
(
is
(
T
== class) ||
isPointer
!
T
)
Parameters
value
U
The value to set.
Meta
Source
See Implementation
dstruct
option
Some
constructors
this
functions
opAssign
properties
get
Assign another value to this object.