mirror of
https://github.com/ziglang/zig.git
synced 2025-12-22 22:23:10 +00:00
Allows handling uefi function errors in a more zig-style way with try and catch, using `try f().err()` when a `Status` is returned.
Allows handling uefi function errors in a more zig-style way with try and catch, using `try f().err()` when a `Status` is returned.