isInterface

Checks whether object o have implemented the given interface. Checks are done on the basis of name strings.

public pure @safe nothrow
bool
isInterface
(
string I
)
(
Object o
)

Meta