MapIterator._iterator

Stores the wrapped underlying iterator `Iterator` that `MapIterator` applies `_fun` to.

struct MapIterator(Iterator, alias _fun)
@fmamath
Iterator _iterator;