DIP 88: Simple form of named parameters

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Sun Jan 24 05:32:00 PST 2016


On 2016-01-24 14:16, Michel Fortin wrote:

> Have you considered supporting separate variable names? Like this:
>
>      void login(string username: name, string password:) {
>          writeln(name ~ ": " ~ password);
>      }

No, not really.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list