[Issue 9857] UFCS for struct opCall

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Apr 2 13:34:54 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=9857



--- Comment #6 from bearophile_hugs at eml.cc 2013-04-02 13:34:54 PDT ---
(In reply to comment #5)

> And those columns look bad:
> 
>     auto b1 = BigInt(20
>                      .iota
>                      .map!(_ => digits[uniform(0, $)])
>                      .array
>                      .BigInt);

Sorry, I meant:

    auto b1 = BigInt(20
                     .iota
                     .map!(_ => digits[uniform(0, $)])
                     .array);

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list