nxt.permutations

Undocumented in source.

Members

Functions

cartesianPower
auto cartesianPower(T[] items, uint repeat, T[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
cartesianPower
auto cartesianPower(T[] items, uint repeat)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

CartesianPower
struct CartesianPower(bool doCopy = true, T)

Cartesian power.

Meta