isArray

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

Returns true if this is an array node.

Parameters

selfThe node pointer to check

Returns

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

ditto