nim-stew/stew
Jacek Sieka a36df61d2b
set, clear, toggle and change bits
* use standard bit manipulation naming
* fix signed overflow on large shifts
* add toggle
* add smoke tests
* branch-free changeBit
2019-12-20 12:49:20 +01:00
..
ranges ptrops: add 2019-09-26 18:25:19 +03:00
shims A new fix for newLit 2019-10-28 14:30:49 +02:00
README.md std_shims->stew 2019-07-06 19:12:24 +02:00
base32.nim Copied base32, 58, 64 from libp2p 2019-12-13 15:31:19 +02:00
base58.nim Copied base32, 58, 64 from libp2p 2019-12-13 15:31:19 +02:00
base64.nim Copied base32, 58, 64 from libp2p 2019-12-13 15:31:19 +02:00
bitops2.nim set, clear, toggle and change bits 2019-12-20 12:49:20 +01:00
bitseqs.nim Cosmetic rename for more clarity 2019-08-19 18:43:25 +03:00
byteutils.nim byteutils: lexicographical less than 2019-12-19 13:29:38 +01:00
closures.nim std_shims->stew 2019-07-06 19:12:24 +02:00
endians2.nim Fix endianness typos 2019-10-03 16:38:42 +03:00
io.nim Prepare for Nim v1.0.2 2019-10-23 09:36:16 +09:00
objects.nim Add `len` for tuples 2019-10-02 16:25:58 +03:00
ptrops.nim ptrops: remove mixin and work around compiler bugs 2019-09-26 18:25:19 +03:00
ranges.nim add ranges 2019-07-06 20:45:27 +02:00
strings.nim std_shims->stew 2019-07-06 19:12:24 +02:00
varints.nim fix 1.0 test compat 2019-12-10 15:50:02 +01:00

README.md

Candidates for standard library inclusion - functions and helpers that are too small to put in their own git repository