But Zig allows you to see immediately which functions are guaranteed not to fail because those functions's return types won't include an error type.
But Zig allows you to see immediately which functions are guaranteed not to fail because those functions's return types won't include an error type.