ScriptAny.isNull

Returns true if the type is NULL or if it an object or function whose stored value is null. Note that the second condition should be impossible as receiving a null object value sets the type to NULL anyway.

struct ScriptAny
const nothrow @nogc
isNull
()

Meta