nim-stint/stint
Jacek Sieka 9027fbea3e
refactoring away for loop macros
* remove experimental for loop macro usage
* make implementation of several operations follow data structure
(recursive data -> recursive implementation)
* rename getSize -> bitsof to avoid bits vs bytes confusion
* fix potential 32-bit issue where asSignedWords cast to `int` even when
`uint64` was used as storage
* `hi` for signed ints now is signed - this replaces `asSignedWords` and
makes several int operations more natural
* fix bit size assert
2018-10-25 12:58:40 +02:00
..
private refactoring away for loop macros 2018-10-25 12:58:40 +02:00
int_public.nim Modular arithmetic (#47) 2018-05-16 10:41:46 +02:00
io.nim refactoring away for loop macros 2018-10-25 12:58:40 +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 refactoring away for loop macros 2018-10-25 12:58:40 +02:00