tuple can write [],but can't read []

FrankLike via Digitalmars-d digitalmars-d at puremagic.com
Tue Apr 29 17:47:05 PDT 2014


> On Tuesday, 29 April 2014 at 09:53:29 UTC, John Colvin wrote:
> 	foreach(i; TypeTuple!(0,1,2))
> 	{
> 		writeln(xy2[0][i]);
> 	}
> }

Thank you,John Colvin,

It works very good.

Frank.



More information about the Digitalmars-d mailing list