reddit discussion about Go turns to D again

Mike Parker aldacron at gmail.com
Mon May 16 07:11:23 PDT 2011


On 5/16/2011 12:06 PM, Andrei Alexandrescu wrote:
> On 05/15/2011 10:04 PM, Daniel Gibson wrote:

>>
>> So you have to write
>> std.parallel_algorithm.map() instead of map() all the time?
>
> alias std.parallel_algorithm p;
>
>
> Andrei

Or this, which I prefer to alias:

import p = std.parallel_algorithm;



More information about the Digitalmars-d mailing list