mirror of
https://github.com/ziglang/zig.git
synced 2026-02-14 05:20:34 +00:00
lib/std/target.zig: Added missing 'mem' constant
This commit is contained in:
parent
05003d533a
commit
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user