CombinationsIterableExtension<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
combinations(
int count, {bool repetitions = false}) → Iterable< List< E> > -
Available on Iterable<
Returns an iterable over the combinations of this Iterable of lengthE> , provided by the CombinationsIterableExtension extensioncount
. The combinations are emitted in lexicographical order based on the input.