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ยง

tailcall
Transforms a function definition so that all recursive calls within the body are guaranteed to use a single stack frame (via tail recursion).