在 Zig 中从字符串解析整数并指定结果整数类型的最佳方法是什么?
const foo = "22";
例如,我如何转换foo为?i32
foo
i32
string integer zig
integer ×1
string ×1
zig ×1