Expand description
Track the recursion and grow the stack when necessary to enable fearless recursion.
Macrosยง
- Define the tracker for recursion and return it.
Structsยง
- Depth ๐Recursion depth.
- The tracker for a recursive function.
Constantsยง
- RED_
ZONE ๐ - STACK_
SIZE ๐
Traitsยง
- The extension trait for a thread-local tracker to run a recursive function.