Commit 73c4a5f186
Changed files (1)
lib
std
lib/std/target.zig
@@ -1,4 +1,5 @@
const std = @import("std.zig");
+const mem = std.mem;
const builtin = std.builtin;
/// TODO Nearly all the functions in this namespace would be
73c4a5f186@@ -1,4 +1,5 @@
const std = @import("std.zig");
+const mem = std.mem;
const builtin = std.builtin;
/// TODO Nearly all the functions in this namespace would be