transversal sum

Justin Whear via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Nov 6 09:11:19 PST 2014


On Thu, 06 Nov 2014 17:08:23 +0000, Justin Whear wrote:

> I think the correct solution
> will make use of std.range.frontTraversal, but it will be a bit more
> complex due to needing to sum every column.  std.range.traversal would
> make it easy, but it requires random access.

That should be std.range.frontTransversal and transversal.


More information about the Digitalmars-d-learn mailing list