Visit all nodes in a subtree in "pre order", meaning leafs get visited last. If the visitor function returns false, the visiting for that branch is interrupted.
Generated using TypeDoc
Visit all nodes in a subtree in "pre order", meaning leafs get visited last. If the visitor function returns false, the visiting for that branch is interrupted.