Get tag for type T.
Useful for comparison with tag field of Value struct.
Value v = "zzz"; assert(v.tag == GetTypeId!string);
See Implementation
Get tag for type T.
Useful for comparison with tag field of Value struct.