Open mjerabek opened 6 years ago
Integer parsing should support prefixed hexa/octal/binary strings: 0x10 -> 16, 010 (and 0o10) -> 8, 0b10 -> 2
0x10
010
0o10
0b10
Integer parsing should support prefixed hexa/octal/binary strings:
0x10
-> 16,010
(and0o10
) -> 8,0b10
-> 2