Skip to content

Commit c90a8b0

Browse files
committed
Tweak the interface to better reflect the underlying types it provides, and provide a test for StaticArrayMap.
1 parent b31c185 commit c90a8b0

File tree

3 files changed

+7
-421
lines changed

3 files changed

+7
-421
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ set(ZIG_STAGE2_SOURCES
484484
lib/std/process/Child.zig
485485
lib/std/sort.zig
486486
lib/std/start.zig
487-
lib/std/static_string_map.zig
487+
lib/std/static_array_map.zig
488488
lib/std/std.zig
489489
lib/std/time.zig
490490
lib/std/treap.zig

0 commit comments

Comments
 (0)