Error on recursive alias

bearophile bearophileHUGS at lycos.com
Sun Aug 25 08:16:05 PDT 2013


Johan Mollevik:

> What my ultimate goal is is to resurect my opApplyN function 
> allowing
> me to do things like this
>
> uint[4][4] block;
> foreach(x,y,v;opApplyN(block))
> 	printf("%d %d %d\n",x,y,v);

What are x y and v?

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list