isInstanceOf

Undocumented in source. Be warned that the author may not have intended to support it.
bool
isInstanceOf
(
T
S
)
(
S obj
)
if (
is(S == class) ||
is(S == interface)
)

Meta