CartesianPower

Cartesian power.

Constructors

this
this(T[] items_, uint repeat_, T[] buffer)
Undocumented in source.

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

front
T[] front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
T[] front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

i
ulong i;
Undocumented in source.
items
T[] items;
maxN
ulong maxN;
Undocumented in source.
repeat
ulong repeat;
Undocumented in source.
row
T[] row;
Undocumented in source.

See Also

http://forum.dlang.org/thread/mailman.1434.1339436657.24740.digitalmars-d-learn@puremagic.com#post-uftixibnvfffugjwsdbl:40forum.dlang.org

Meta