Comb.this

General ctor. array is a sequence from which to generate the * combinations. r is the length of the combinations to be generated.

  1. this(uint n, uint r)
  2. this(T[] array, uint r)
    struct Comb(T)
    this
    (
    T[] array
    ,
    uint r
    )

Meta