iterate over variadic

ag0aep6g via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Jul 10 11:43:20 PDT 2017


On 07/10/2017 08:31 PM, H. S. Teoh via Digitalmars-d-learn wrote:
> 			if (i % 2) {
> 				// even

odd

> 				... // do something with arg
> 			} else {
> 				// odd

even

> 				... // do something with arg
> 			}


More information about the Digitalmars-d-learn mailing list