nim-stint/stint
zah 6ae8de932d Add explicit generic conversion operators (#56)
The new `to` operators that can be used to constuct Stint types from
regular integer types. These are intented for usage in generic code
such as rlp.nim

Also fixes a bug preventing construction of Stint values from unsigned
integers (because they lack an unary `-` operator).
2018-06-27 12:18:48 +02:00
..
private Compile time signed ints (#55) 2018-06-18 16:44:29 +02:00
int_public.nim Modular arithmetic (#47) 2018-05-16 10:41:46 +02:00
io.nim Add explicit generic conversion operators (#56) 2018-06-27 12:18:48 +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 Add overloads for literals only (#50) 2018-05-31 14:31:27 +02:00
modular_arithmetic.nim Modular arithmetic (#47) 2018-05-16 10:41:46 +02:00
uint_public.nim Compile-time creation of Uint (#53) 2018-06-16 18:54:40 +02:00