dstruct v0.1.0 (2015-03-29T14:44:48Z)
Home
Dub
Repo
Option.isNull
dstruct
option
Option
struct
Option
(T)
@
trusted
pure nothrow @
property
const
bool
isNull
(
)
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
aliases
opApplyReverse
constructors
this
functions
opApply
opAssign
properties
get
isNull