Evaluates to true if T is an instance of SmartInt.
import checkedint.throws : SmartInt, SafeInt; // use IntFlagPolicy.throws assert( isSmartInt!(SmartInt!int)); assert(!isSmartInt!int); assert(!isSmartInt!(SafeInt!int));
See Implementation
Evaluates to true if T is an instance of SmartInt.