Typed variadic template syntax?

Etienne etcimon at gmail.com
Wed Jan 29 13:18:05 PST 2014


>
> void exec(string command)(){
> 	foreach(str ; choice.splitter(".")){
> 		writeln(str);
> 	}
> }

I'd like to take the opportunity to say how much I'd love to be 
able to do a static foreach rather than use recursion.


More information about the Digitalmars-d mailing list