6 ms·
The zig standard library also has a ComptimeStringMap type for this use case which is used by the self hosted tokenizer for example. https://github.com/ziglang
by ifreund 6y ago
The zig standard library also has a ComptimeStringMap type for this use case which is used by the self hosted tokenizer for example.
https://github.com/ziglang/zig/blob/master/lib/std/comptime_string_map.zig https://github.com/ziglang/zig/blob/master/lib/std/comptime_...
- kristoff_it 6y agoBeat you by 3 full minutes :P