commonLength

"Nordlöw" via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Jan 15 05:29:33 PST 2015


On Thursday, 15 January 2015 at 13:13:57 UTC, Nordlöw wrote:
>     return zip!((a, b) => a[0] != b[1])(ranges);

Update: should be

     return zip!((a, b) => a != b)(ranges);

but still fails with same error.


More information about the Digitalmars-d-learn mailing list