obsolete D libraries/modules

Andrej Mitrovic andrej.mitrovich at gmail.com
Tue Sep 3 09:43:34 PDT 2013


On 9/3/13, Andrei Alexandrescu <SeeWebsiteForEmail at erdani.org> wrote:
> Yep, that's the one. http://d.puremagic.com/issues/show_bug.cgi?id=3780.

Another impotant note to make is that the pull for #3780 was made
before UDAs were available.

Now that we have them, we can make a more reliable and readable API
rather than have to depend on argument position rules. For example:

getopt(args,
    "count", &count, @doc("This is the thread count"));


More information about the Digitalmars-d mailing list