mirror of
https://github.com/ziglang/zig.git
synced 2026-01-17 04:45:20 +00:00
* std.BoundedArray: return explicit errors Makes it easier to mark explicit errors when using BoundedArray downstream. * std.BoundedArray.insert() returns Overflow only