Questions about the slice operator

ixid nuaccount at gmail.com
Tue Apr 3 19:45:43 PDT 2012


"And what would it mean in the case of parallel(0 ..5)?"

Wouldn't it be a more elegant way of doing pretty much the same 
thing as parallel(iota(0,5))? Iterating over a range and carrying 
out your parallel task with that value.


More information about the Digitalmars-d-learn mailing list