On 8/10/13, JS <[email protected]> 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)
{
}

Reply via email to