kotlin-stdlib
Common
kotlin-stdlib
/
kotlin
/
DeepRecursiveFunction
/
DeepRecursiveFunction
Deep
Recursive
Function
fun
<
T
,
R
>
DeepRecursiveFunction
(
block
:
suspend
DeepRecursiveScope
<
T
,
R
>
.
(
T
)
->
R
)
(
source
)
Parameters
T
the function parameter type.
R
the function result type.
block
the function body.