map! filter! and range algorithm

Andrea Fontana nospam at example.com
Mon Mar 4 12:06:18 PST 2013


If I understand it correctly something like:

range.filter!(...).map!(...)

browse range 2 times, one for filter and one for mapping doesn't 
it?

Is there a way to "parallelize" this kind of operations?



More information about the Digitalmars-d-learn mailing list