|
|
|
|
|
by dbaupp
2937 days ago
|
|
> Zig's errors are actually different and the variants can be statically known. Error type returns are not usually specified since they can usually be inferred. They can be explicitly specified if needed [1]. Yep, as a sibling points out, I was working with a long-ago version of Zig's error handling. |
|