mirror of
https://github.com/ziglang/zig.git
synced 2026-01-27 17:55:24 +00:00
This way people can use `const` with a `std.EnumMap` and be able to `getPtrAssertContains(...)` like the would with a mutable `var` instance. Aligns with the existing `getPtr(...)`/`getPtrConst(...)` methods.