isScalar

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

Returns true if this is a scalar (non-container) value.

Parameters

selfThe node pointer to check

Returns

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

ditto