logoalt Hacker News

b0a04glyesterday at 6:27 PM0 repliesview on HN

what happens if two types have same size and alignment but different semantics : like `int` vs `float` or `struct { int a; }` vs `int`? does the type tag system catch accidental reuse . aka defending against structual collisions