6 lines
201 B
Text
6 lines
201 B
Text
|
A very little module for generic on-demand computation of values in a
|
||
|
scalar, array or hash.
|
||
|
|
||
|
It provides scalars that are "lazy", that is their value is computed
|
||
|
only when accessed, and at most once.
|