isRefType.isRefType

Undocumented in source.
template isRefType(T...)
enum isRefType = is(U == class) || is(U == interface);

Meta