std: don't reference non-existant ComptimeStringHashMap type
This commit is contained in:
committed by
Andrew Kelley
parent
6f180131a5
commit
52ead255a2
@@ -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.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user