macro_rules! tracker {
() => { ... };
}
Expand description
Define the tracker for recursion and return it.
Call Recurse::recurse
on it to run a recursive function. See
documentation there for usage.
macro_rules! tracker {
() => { ... };
}
Define the tracker for recursion and return it.
Call Recurse::recurse
on it to run a recursive function. See
documentation there for usage.