pub fn TailCall<T>(call: T)
🔬This is a nightly-only experimental API. (
custom_mir
)Available on crate feature
std
only.Expand description
Call a function.
The argument must be of the form fun(arg1, arg2, ...)
.
pub fn TailCall<T>(call: T)
custom_mir
)std
only.Call a function.
The argument must be of the form fun(arg1, arg2, ...)
.