Functions§
- heap_
recurse - Trick to avoid stackoverflow on deep graphs:
We don’t recuse at all, and if we would have wanted to to recurse we return
Err
instead. This function then explicitly recuses using a heap-allocation stack by repeatedly callingf
.