mirror of
https://github.com/ziglang/zig.git
synced 2025-12-17 11:43:16 +00:00
`Decl` can no longer store un-interned values, so this field is now unnecessary. The type can instead be fetched with the new `typeOf` helper method, which just gets the type of the Decl's `Value`.