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