VmapIterator

VmapIterator is used by map.

Members

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

_fun
Fun _fun;
_iterator
Iterator _iterator;

Meta