Dart and D: features that could be used in D, D->dart for web programming

Adam D. Ruppe destructionator at gmail.com
Thu Feb 27 17:02:16 PST 2014


We could kinda do named parameters today like this:

ParameterTypeTuple!foo args;
args.named_param = 3;
foo(args);

It would be nice if we could declare a variable inside a 
with(auto x = foo) like we can in if() too.


More information about the Digitalmars-d mailing list