Functions

fn parseNumberLiteral(bytes: []const u8) Result

Parse Zig number literal accepted by fmt.parseInt, fmt.parseFloat and big_int.se…

Parse Zig number literal accepted by fmt.parseInt, fmt.parseFloat and big_int.setString. Valid for any input.

Error Sets