mirror of
https://github.com/ziglang/zig.git
synced 2026-02-02 12:43:40 +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.