lib/std/target.zig: Added missing 'mem' constant

This commit is contained in:
Benoit Giannangeli 2019-10-27 18:37:53 +01:00 committed by Andrew Kelley
parent 05003d533a
commit 73c4a5f186

View File

@ -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