[Issue 13594] std.algorithm.nextPermutation for fixed size arrays too

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Oct 30 13:58:47 PDT 2014


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

--- Comment #3 from hsteoh at quickfur.ath.cx ---
The permutation algorithm needs to iterate over subarrays of varying lengths
anyway, so losing the compile-time length of the overall array isn't that big
of a deal.

--


More information about the Digitalmars-d-bugs mailing list