Permutations: Difference between revisions

Updated note in second D entry
(Updated second D entry)
(Updated note in second D entry)
Line 930:
 
===Fast Lazy Version===
Compiled with <code>-version=permutations2_main</code> produces the sameits output:.
<lang d>import std.algorithm, std.conv, std.traits;