phobos-next v0.5.1 (2022-12-21T17:07:30Z)
Home
Dub
Repo
isNull
nxt
nullable_traits
@
safe
pure nothrow @
nogc
bool
isNull
(
T
)
(
const
scope
auto
ref
T
x
)
if
(
isNullable
!(
T
)
)
Return Value
Type:
bool
true
iff
x
has a null value.
Meta
Source
See Implementation
nxt
nullable_traits
enums
hasMemberNullValue
hasNullValue
functions
isNull
nullify
templates
defaultNullKeyConstantOf
hasStandardNullValue
isNullable