pgator ~remove_unused_code (2022-05-02T12:42:33.5121572)
Dub
Repo
Maybe.isNothing
util
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
util
Maybe
aliases
StoredType
constructors
this
functions
get
isNothing
map
static functions
nothing
Returns true if stored value is null