ExternWindows.ExternWindows

Undocumented in source.
template ExternWindows(T)
package
static if(is(typeof(*(T.init)) R == return))
static if(is(typeof(*(T.init)) P == function))
alias ExternWindows = R function
(
P
)
@nogc nothrow

Meta