isNull

fnbool isNull(const(CfNode) * self) @property @safe pure nothrow

Returns true if this is a null value node (or pointer is null).

Parameters

selfThe node pointer to check

Returns

true if self is null or points to a NULL_VALUE node, false otherwise.
fnbool isNull(ref const CfNode self) @property @safe pure nothrow

ditto