How to sort byCodeUnit.permutations.filter(...)

Adam D. Ruppe destructionator at gmail.com
Tue Jun 12 15:22:02 UTC 2018


On Tuesday, 12 June 2018 at 15:16:25 UTC, Uknown wrote:
> I solved the problem by piping the output to `sort`

that works but is probably less efficient since sorting the whole 
thing just to get the one element is more work but eh.

> I'll submit a bug report on this ASAP.

I really don't think it is a bug, but perhaps the documentation 
could call it out.




More information about the Digitalmars-d-learn mailing list