dstruct ~master (2015-04-27T00:40:08Z)
Home
Dub
Repo
Some.get
dstruct
option
Some
Get the value from this object.
struct
Some
(T)
@
nogc
@
safe
pure nothrow @
property
inout
(
T
)
get
inout
(
)
out (value) { assert (value !is null, "Some returned null!"); }
if
(
is
(
T
== class) ||
isPointer
!
T
)
Return Value
Type:
inout
(
T
)
The value wrapped by this object.
Meta
Source
See Implementation
dstruct
option
Some
constructors
this
functions
opAssign
properties
get
Get the value from this object.