mirror of
https://github.com/ziglang/zig.git
synced 2025-12-07 23:03:08 +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.