Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 804 Bytes

memoize.md

File metadata and controls

21 lines (14 loc) · 804 Bytes

Memoize

Creates a sequence that lazily caches the source as it is iterated for the first time, reusing the cache thereafter for future re-iterations. If the source is already cached or buffered then it is returned verbatim.

// TODO add example

For more details, see the documentation.


✏ Edit this page if you see a typo or wish to contribute an improvement. Alternatively, you can also report an issue you see.