DeepRecursiveFunction

constructor(block: suspend DeepRecursiveScope<T, R>.(T) -> R)(source)

Parameters

T

the function parameter type.

R

the function result type.

block

the function body.