Maybe.isNothing

Returns true if stored value is null

struct Maybe(T)
const
bool
isNothing
()
if (
is(T == struct) ||
isAssociativeArray!T
||
isBasicType!T
)

Meta