nim-stint/stint
G f36623998f
fix(skipPrefixes): fix erroneous strip of 0b in hex numbers (#120)
* fix(skipPrefixes): fix erroneous strip of 0b in hex numbers

* refactor(skipPrefixes): normalize radix checks

* feat(stint): add tests for bin, oct, hex string conversions

* fix(stint): fix cast

* fix(stint): fix typo

* fix(stint): alternative format

* feat(stint): add test

* fix(stint): fix stint width in test
2022-10-03 12:15:45 +02:00
..
private comment style fix 2022-04-07 09:53:11 +02:00
bitops2.nim stew updates (#82) 2019-07-22 09:53:58 +02:00
endians2.nim tidying up compiletime helpers 2019-10-23 21:55:47 +09:00
intops.nim Enable --styleCheck:usages (#118) 2022-02-24 20:09:53 +01:00
io.nim fix(skipPrefixes): fix erroneous strip of 0b in hex numbers (#120) 2022-10-03 12:15:45 +02:00
lenient_stint.nim lenient_stint, typo stuint vs stint in signed conversion 2018-06-14 18:42:58 +02:00
literals_stint.nim Enable --styleCheck:usages (#118) 2022-02-24 20:09:53 +01:00
modular_arithmetic.nim Enable --styleCheck:usages (#118) 2022-02-24 20:09:53 +01:00