Eponymous Aggregates

Andrej Mitrovic andrej.mitrovich at gmail.com
Sat Aug 10 06:22:14 PDT 2013


On 8/10/13, JS <js.mdnq at gmail.com> wrote:
> e.g.,
>
> interface A
> {
>      static T A(T)() { ... }
> }
>
> can be used as A!T instead of A.A!T. Same for classes and
> structs.

interface A(T)
{
}


More information about the Digitalmars-d mailing list