Rohan Maity
suspend fun <U, S> DeepRecursiveFunction<U, S>.callRecursive(value: U): S
runCallLoop
callRecursive
override suspend fun callRecursive(value: T)
DeepRecursiveScope
oerride suspend fun <U, S> DeepRecursiveFunction<U, S>.callRecursive(value: U): S
DeppRecusiveScope
DeepRecursiveFunction
ephemient
Deep recursive functions can also mutually call each other using a heap for the stack via callRecursive extension.
A modern programming language that makes developers happier.