Traverses a tree in a depth-first fashion, starting at a root node and using a user-defined function to get the children at each node of the tree.
// TODO add example
For more details, see the documentation.
✏ Edit this page if you see a typo or wish to contribute an improvement. Alternatively, you can also report an issue you see.