mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
d840bb5118
Adds `Scope.Unwrapped`, a simple union of pointers to already-casted scopes with `Scope.Tag` as its tag enum. This pairs very nicely with labeled switch and gets rid of almost every `scope.cast(...).?`, improving developer QOL :)