Deep Recursive Function
fun <T, R> DeepRecursiveFunction(block: suspend DeepRecursiveScope<T, R>.(T) -> R)
Content copied to clipboard
Parameters
T
the function parameter type.
R
the function result type.
block
the function body.