View2D

Undocumented in source.

Members

Aliases

T
alias T = ForeachType!Slice
Undocumented in source.

Functions

opApply
int opApply(int delegate(Slice) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(size_t, Slice) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opDollar
size_t opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
Slice opIndex(size_t y)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
T opIndex(size_t y, size_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
Slice opIndex(size_t y, size_t[2] x)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
size_t[2] opSlice(size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

columnsNum
size_t columnsNum;
Undocumented in source.
slice
Slice slice;
Undocumented in source.

Meta