Function TailCall
fn TailCall<T>(call: T)
Call a function.
The argument must be of the form fun(arg1, arg2, ...).
TailCallfn TailCall<T>(call: T)
Call a function.
The argument must be of the form fun(arg1, arg2, ...).