cartesianPower

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto cartesianPower(T[] items, uint repeat)
    pure @safe
    cartesianPower
    (
    bool doCopy = true
    T
    )
    (
    T[] items
    ,
    in uint repeat
    )
  2. auto cartesianPower(T[] items, uint repeat, T[] buffer)

Meta