isTOrPointer.isTOrPointer

Undocumented in source.
template isTOrPointer(T, Target)
nothrow @safe
enum isTOrPointer = is(T : Target) || is(T : Target*);

Meta