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

outdated

Helper classes for defining lazy variables and memoized functions.

example/README.md

Build Status

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
0
pub points
67%
popularity

Publisher

verified publishersimphotonics.com

Helper classes for defining lazy variables and memoized functions.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on lazy_memo