mirror of
https://github.com/ziglang/zig.git
synced 2025-12-28 00:53:18 +00:00
Since `BoundedArray.insert` internally reserves space for the element to be inserted, it can support inserting at the position that is the current length of the array. Change the check for the insertion position to allow this.