zig
zig copied to clipboard
std.array_list: Add *NoResize functions to ArrayListUnmanaged
In line with #18067, add checked equivalents to *AssumeCapacity for working with non-resizable ArrayListUnmanageds.