http://d.puremagic.com/issues/show_bug.cgi?id=9857
--- Comment #6 from [email protected] 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: -------
