IndexIterator.__map

Alias that instantiates `IndexIterator__map` with `Iterator`, `Field`, and `fun`, defining a mapped index iterator applying `fun`.

struct IndexIterator(Iterator, Field)
static
@fmamath
alias __map(alias fun) = IndexIterator__map!(Iterator, Field, fun)