true iff T is a type. Usable for analysing generic tuples.
t { static assert(isType!int && isType!string); static assert(!isType!0 && !isType!"str"); static assert(!isType!isType
See Implementation
true iff T is a type. Usable for analysing generic tuples.