MapField

MapField is used by map.

Members

Aliases

__map
alias __map(alias fun1) = MapField__map!(Field, _fun, fun1)

User defined constructor used by mapField.

Functions

assumeFieldsHaveZeroShift
auto assumeFieldsHaveZeroShift()

Defined if Field has member assumeFieldsHaveZeroShift.

elementCount
auto elementCount()
Undocumented in source. Be warned that the author may not have intended to support it.
length
auto length()
Undocumented in source. Be warned that the author may not have intended to support it.
lightConst
auto lightConst()
lightImmutable
auto lightImmutable()
opIndex
auto ref opIndex(T index)
Undocumented in source. Be warned that the author may not have intended to support it.
shape
auto shape()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_field
Field _field;

Meta