Home > composition-plot > combinations
Signature:
export declare function combinations<T>(iterable: T[], r: number): Generator<T[], void, unknown>;
Returns:
Generator<T[], void, unknown>