https://issues.dlang.org/show_bug.cgi?id=16282
greenify <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from greenify <[email protected]> --- Does maybe mir.combinatorics help you? http://docs.mir.dlang.io/latest/mir_combinatorics.html I once tried to push for that to be included into Phobos, but there was too much resistance. I hope eventually we can move combinatorial back to Phobos. For more details: https://github.com/dlang/phobos/pull/4026 My argument at that time was that e.g. Python's itertools.product has 160K uses on github. --
