phobos/std/algorithm
Robert Schadek a05af05d95 nthPermutation (#5068)
add the function nthPermutation that permutates a given range in place n
permutations in O(1).

This is O(n - 1) steps faster than calling nextPermutation n times.
2018-11-12 19:33:28 +08:00
..
comparison.d Start to add @betterC to std.algorithm.comparison 2018-08-21 17:19:21 +02:00
internal.d posix.mak: Enforce whitespace before opening parenthesis for version conditions 2018-09-22 16:57:24 +02:00
iteration.d Typo in REF macro parameter list in each doc. 2018-11-09 19:43:43 +09:00
mutation.d Ddoc: fix botched backticks 2018-10-16 23:37:17 +02:00
package.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
searching.d Fix Issue 19366 - Qualify opCast(bool) as const for findSplit, findSplitBefore and findSplitAfter. 2018-11-05 10:48:27 -05:00
setops.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
sorting.d nthPermutation (#5068) 2018-11-12 19:33:28 +08:00