Function Comb.this

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

this (
  T[] array,
  uint r
);