bounce method

T bounce(
  1. A a
)

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

Implementation

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