MapIterator

MapIterator is used by map.

Members

Aliases

__map
alias __map(alias fun1) = MapIterator__map!(Iterator, _fun, pipe!(_fun, fun1))

Functions

assumeFieldsHaveZeroShift
auto assumeFieldsHaveZeroShift()
lightConst
auto lightConst()
lightImmutable
auto lightImmutable()
opIndex
auto ref opIndex(ptrdiff_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
auto ref opIndexAssign(T value, ptrdiff_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexOpAssign
auto ref opIndexOpAssign(T value, ptrdiff_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexUnary
auto ref opIndexUnary(ptrdiff_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
auto ref opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_iterator
Iterator _iterator;

Meta