Discoverability
Before writing the LazyMapWithElType
I searched on JuliaHub for packages and did not find FlexiMaps
, if I remember correctly. It might be good to mention "generators" and "lazy" somewhere in your README, considering that mapview
is an alternative to Base.Iterators.map
(lazy map) and MappedAny
to Base.Generator
.