isNull

@safe pure nothrow @nogc
bool
isNull
(
T
)
(
const scope auto ref T x
)
if ()

Return Value

Type: bool

true iff x has a null value.

Meta