bounce method

T bounce()

Runs the function, "bouncing" on the recursion trampoline, returning the result of the wrapped computations.

Implementation

T bounce() => this().bounce();