mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +00:00
This will allow users to construct e.g. a ComptimeStringMap that uses case-insensitive ASCII comparison. Note: the previous ComptimeStringMap API is unchanged (i.e. this does not break any existing code).