[Issue 13029] cumulate for std.algorithm

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Jul 3 02:04:52 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13029

bearophile_hugs at eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs at eml.cc

--- Comment #1 from bearophile_hugs at eml.cc ---
(In reply to jens.k.mueller from comment #0)

>    assert([1,2,3].cumulate!((a,b) => a + b).equal([1,3,6]));

Dupe (with a different name) of Issue 12655 ?

--


More information about the Digitalmars-d-bugs mailing list