tailrec library

Support for doing something awesome.

More dartdocs go here.

Classes

Tailrec<T extends dynamic>
Tailrec class. you need to create instance before use it. Constructor would config execution callback. T is input and output type. it also support dynamic type

Typedefs

ConditionCallback = bool Function<T>(T)
RecurringParamComputeCallback = T Function<T>(T)
ResultCallback = T Function<T>(T)