File tree 2 files changed +0
-3
lines changed
2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 5
5
* important and elements are chosen without replacement. If `r` is undefined, then
6
6
* the length of the `iterable` is used.
7
7
*
8
- * <!-- deno-fmt-ignore -->
9
8
* ```ts
10
9
* import { assertEquals } from "https://deno.land/std/testing/asserts.ts";
11
10
* import { permutations } from "https://deno.land/x/combinatorics/mod.ts";
Original file line number Diff line number Diff line change 8
8
* When `iterables.length === 1` the output is equivalent to the permutations with
9
9
* replacement of `iterables[0]` with the given `r`.
10
10
*
11
- * <!-- deno-fmt-ignore -->
12
11
* ```ts
13
12
* import { assertEquals } from "https://deno.land/std/testing/asserts.ts";
14
13
* import { product } from "https://deno.land/x/combinatorics/mod.ts";
28
27
* `for...of` loops using one of the inputs to provide the element at each index
29
28
* for the yielded `Array`.
30
29
*
31
- * <!-- deno-fmt-ignore -->
32
30
* ```ts
33
31
* import { assertEquals } from "https://deno.land/std/testing/asserts.ts";
34
32
* import { product } from "https://deno.land/x/combinatorics/mod.ts";
You can’t perform that action at this time.
0 commit comments