Nullable.isNull

Return true if the Nullable!T does not contain a value.

struct Nullable(T)
const nothrow pure @safe
bool
isNull
()

Meta