Crate tailcall_impl
source ·Expand description
This crate contains the procedural macro implementation for the [tailcall] crate. It is not designed to be used dierctly. [tailcall]: https://crates.io/crates/tailcall
Attribute Macros
- Transforms a function definition so that all recursive calls within the body are guaranteed to use a single stack frame (via tail recursion).