tailrec 1.0.2 copy "tailrec: ^1.0.2" to clipboard
tailrec: ^1.0.2 copied to clipboard

This package help you to convert recursive function into the while-loop codes. so that program won't meet out of memory that caused by stack overflow.

1.0.0 #

  • Initial version.
  • Full feature and functions.

1.0.1 #

  • modify README.md
  • add documentation comments.

1.0.2 #

  • add awesome-flutter badge.
4
likes
140
pub points
0%
popularity

Publisher

unverified uploader

This package help you to convert recursive function into the while-loop codes. so that program won't meet out of memory that caused by stack overflow.

Homepage

Documentation

API reference

License

GPL-3.0 (LICENSE)

More

Packages that depend on tailrec