mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +00:00
with field_ptr_load and field_ptr_named_load. These avoid doing by-val load operations for structs that are runtime-known while keeping the previous semantics for comptime-known values.