[Issue 16282] Partial permutation/nextPermutation in std.algorithm

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Jul 18 10:41:40 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=16282

greenify <greeenify at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greeenify at gmail.com

--- Comment #1 from greenify <greeenify at gmail.com> ---
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.

--


More information about the Digitalmars-d-bugs mailing list