isInteger

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

Returns true if this is an integer node.

Parameters

selfThe node pointer to check

Returns

true if this is an INTEGER node, false otherwise.
fnbool isInteger(ref const CfNode self) @property @safe pure nothrow

ditto