| ... | @@ -2,8 +2,6 @@ const std = @import("std.zig"); | ... | @@ -2,8 +2,6 @@ const std = @import("std.zig"); |
| 2 | const debug = std.debug; | 2 | const debug = std.debug; |
| 3 | const assert = debug.assert; | 3 | const assert = debug.assert; |
| 4 | const testing = std.testing; | 4 | const testing = std.testing; |
| 5 | const mem = std.mem; | | |
| 6 | const Allocator = mem.Allocator; | | |
| 7 | | 5 | |
| 8 | /// A singly-linked list is headed by a single forward pointer. The elements | 6 | /// A singly-linked list is headed by a single forward pointer. The elements |
| 9 | /// are singly linked for minimum space and pointer manipulation overhead at | 7 | /// are singly linked for minimum space and pointer manipulation overhead at |