@if
- Comparing an uint and int[<4>] was incorrectly assumed to be uint compared to int, causing a crash instead of an error. - When an `int[*][6]` was given too few values, the compiler would assert instead of giving an error.
defer catch
abc.xz += { 5, 10 };
float[<3>] x = { .xy = 1.2, .z = 3.3 }