forked from mirror/vulkan-zig
std.process.args().next(...) returns an optional error union type, the potential error has to be handled before the optional can be unwrapped.
std.process.args().next(...) returns an optional error union type, the potential error has to be handled before the optional can be unwrapped.