ProxyFactory.factory

Undocumented in source. Be warned that the author may not have intended to support it.
class ProxyFactory(T)
T
factory
()
if (
(
is(T == class) &&
!isFinalClass!T
&&
!isAbstractClass!T
)
||
(is(T == interface))
)

Meta