Will strip off any Nullable, Typedefs and qualifiers from a given type
static assert(RealType!(const Nullable!(immutable int) == int);
See Implementation
Will strip off any Nullable, Typedefs and qualifiers from a given type