FieldIterator.__map

Defines a new FieldIterator applying the given function `fun` to each element.

struct FieldIterator(Field)
static
@fmamath
alias __map(alias fun) = FieldIterator__map!(Field, fun)