| ... | @@ -1,6 +1,10 @@ | ... | @@ -1,6 +1,10 @@ |
| 1 | const std = @import("std"); | 1 | // SPDX-License-Identifier: MIT |
| | 2 | // Copyright (c) 2015-2021 Zig Contributors |
| | 3 | // This file is part of [zig](https://ziglang.org/), which is MIT licensed. |
| | 4 | // The MIT license requires this copyright notice to be included in all copies |
| | 5 | // and substantial portions of the software. |
| | 6 | const std = @import("std.zig"); |
| 2 | const Allocator = std.mem.Allocator; | 7 | const Allocator = std.mem.Allocator; |
| 3 | const sort = std.sort; | | |
| 4 | const assert = std.debug.assert; | 8 | const assert = std.debug.assert; |
| 5 | const warn = std.debug.warn; | 9 | const warn = std.debug.warn; |
| 6 | const testing = std.testing; | 10 | const testing = std.testing; |