lazy_memo 0.2.3 copy "lazy_memo: ^0.2.3" to clipboard
lazy_memo: ^0.2.3 copied to clipboard

Lazy variables that can be marked for re-initialization and memoized single and double argument functions.

example/README.md

Dart

Lazy Memo - Example #

The file lazy_example.dart (see folder bin) contains a short program that demonstrates how to define and use lazy variables.

The program can be run in a terminal by navigating to the root folder of local copy of the package lazy_memo and using the command:

$ dart example/bin/lazy_example.dart

The file memoized_function_example.dart (see folder bin) contains a short program that demonstrates how to define and use lazy (memoized) functions.

The program can be run in a terminal by navigating to the root folder of your local copy of the package lazy_memo and using the command:

$ dart example/bin/memoized_function_example.dart

Features and bugs #

Please file feature requests and bugs at the issue tracker.

3
likes
140
pub points
65%
popularity

Publisher

verified publishersimphotonics.com

Lazy variables that can be marked for re-initialization and memoized single and double argument functions.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on lazy_memo