[Issue 16263] Error: template std.algorithm.iteration.permutations cannot deduce function from argument types !()(char[])

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Jul 10 12:17:15 PDT 2016


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

--- Comment #3 from Ketmar Dark <ketmar at ketmar.no-ip.org> ---
while you are completely right here, OP didn't asked for correct unicode-aware
permutations (and dchars cannot support that too, by the way), he is just
telling that premutation of *chars* isn't working. so my `.byChar` solution
does actually solving OP's problem, and it does that perfectly. ;-)

--


More information about the Digitalmars-d-bugs mailing list