mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
std: don't reference non-existant ComptimeStringHashMap type
This commit is contained in:
parent
d2427e6490
commit
ac42503266
@ -6,7 +6,7 @@
|
||||
const std = @import("std.zig");
|
||||
const mem = std.mem;
|
||||
|
||||
/// Like ComptimeStringHashMap but optimized for small sets of disparate string keys.
|
||||
/// Comptime string map optimized for small sets of disparate string keys.
|
||||
/// Works by separating the keys by length at comptime and only checking strings of
|
||||
/// equal length at runtime.
|
||||
///
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user