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) { }