const
static if(!(is(Unqual!Type == byte)))
static if(!(is(Unqual!Type == ubyte)))
static if(!(is(Unqual!Type == short)))
static if(!(is(Unqual!Type == ushort)))
static if(!(is(Unqual!Type == int)))
static if(!(is(Unqual!Type == uint)))
static if(!(is(Unqual!Type == long)))
static if(!(is(Unqual!Type == ulong)))
static if(!(is(Unqual!Type == float)))
static if(!(is(Unqual!Type == double)))
static if(!(is(Unqual!Type == real)))
static if(!(is(Unqual!Type == bool)))
static if(!(is(Unqual!Type == char)))
static if(is(Unqual!Type == string))