Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Permutations ¶
Permutations returns an iterator over all length-r permutations (without replacement) drawn from the values produced by seq, in lexicographic index order (matching Python/itertools behavior). If r > n, it yields nothing. If r == 0, it yields a single empty slice.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.