CdmNode.toString
string toString() const @trustedReturns a debug string representation of this node.
Scalar values use the format CdmNode(value). Containers use CdmNode[TYPE:N] where N is the child count.
Returns
A human-readable debug string.
string toString() const @trustedReturns a debug string representation of this node.
Scalar values use the format CdmNode(value). Containers use CdmNode[TYPE:N] where N is the child count.