https://d.puremagic.com/issues/show_bug.cgi?id=12169
--- Comment #2 from Andrei Alexandrescu <[email protected]> 2014-02-15 06:15:26 PST --- If sum returned int for ranges of int, it would be 100% identical to std.algorithm.reduce. It's worth returning a 64-bit quantity because (a) 64-bit summing is about as fast as 32-bit summing, (b) the result can be cast to int if needed. I propose we close this. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
