dstruct ~master (2015-04-27T00:40:08Z)
Home
Dub
Repo
Option.isNull
dstruct
option
Option
struct
Option
(T)
@
nogc
@
safe
pure nothrow @
property
bool
isNull
const
(
)
if
(
is
(
T
== class) ||
isPointer
!
T
)
Return Value
Type:
bool
True if the value this option type does not hold a value.
Meta
Source
See Implementation
dstruct
option
Option
constructors
this
functions
dynamicCast
opAssign
or
properties
get
isNull