IndexVec

Undocumented in source.

Alias This

idx

Members

Aliases

Dim
alias Dim = Alias!(IndexTypes.length)
Undocumented in source.
Rank
alias Rank = Dim
Undocumented in source.
SrialIndexes
alias SrialIndexes = staticMap!(MakeSerialIndex, IndexTypes)
Undocumented in source.
tupleof
alias tupleof = idx
Undocumented in source.

Functions

clamp
auto clamp()
Undocumented in source. Be warned that the author may not have intended to support it.
loop
auto loop()
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
auto opBinary(IndexVec!(OtherIndexTypes) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
auto opBinary(N rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
auto opBinary(N[Dim] rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
auto opBinaryRight(N[Dim] lhs)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
unit
typeof(this) unit(ulong n)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

idx
SrialIndexes idx;
Undocumented in source.

Meta