The OpenD Programming Language

RetroIterator.__map

import mir.ndslice.iterator;
struct RetroIterator(Iterator)
static
@fmamath
alias __map(alias fun) = RetroIterator__map!(Iterator, fun)

Meta