Closed
Description
For example running a compile time code $typeof(#type).has_tagof
,
where #type
is going to be uint
, the check will crash.
It's fine that only structs can have tags, but maybe its possible to make has_tagof
check return false
automatically, when type cant have tags
Nothing critical, only when it's easy to implement.