DeepRecursiveScope
A scope class for DeepRecursiveFunction function declaration that defines callRecursive methods to recursively call this function or another DeepRecursiveFunction putting the call activation frame on the heap.
Since Kotlin
1.4Parameters
T
function parameter type.
R
function result type.
Functions
Link copied to clipboard
Makes recursive call to this DeepRecursiveFunction function putting the call activation frame on the heap, as opposed to the actual call stack that is used by a regular recursive call.
Since Kotlin 1.4
Makes call to the specified DeepRecursiveFunction function putting the call activation frame on the heap, as opposed to the actual call stack that is used by a regular call.
Since Kotlin 1.4
Link copied to clipboard
Since Kotlin 1.4