/lazy_map

Lazy maps for Elixir

Primary LanguageElixir

LazyMap

Data structure with the same public interface of a Map implementing the Access behaviour and the Enumerable protocol.

Difference with normal map is that their values are computed and cached when they are requested.