phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
isNull
nxt
nullable_traits
pure nothrow @
safe
@
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