dcheck ~master (2014-11-04T21:48:34Z)
Dub
Repo
Maybe.isNothing
dcheck
maybe
Maybe
Returns true if stored value is null
struct
Maybe
(T)
const
bool
isNothing
(
)
if
(
is
(
T
== struct) ||
isAssociativeArray
!
T
||
isBasicType
!
T
)
Meta
Source
See Implementation
dcheck
maybe
Maybe
aliases
StoredType
constructors
this
functions
get
isNothing
map
static functions
nothing
Returns true if stored value is null