Traverser.this

this(ref CdmNode root) @trusted

Initializes the traverser with a root node.

Warning: The traverser stores a pointer to root. The caller must

ensure that root remains valid for the lifetime of this traverser. Failure to do so results in undefined behavior (dangling pointer access).

Parameters

rootReference to the root node to begin traversal from. Must remain valid until traversal is complete.