Traverser.this
Initializes the traverser with a root node.
Warning: The traverser stores a pointer toroot. 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
root | Reference to the root node to begin traversal from. Must remain valid until traversal is complete. |