isA.isA

Undocumented in source. Be warned that the author may not have intended to support it.
template isA(T)
bool
isA
(
P
)
(
auto ref P p
)
if (
is(P == class)
)
if (
is(T == class)
)

Meta