summary refs log tree commit diff stats
path: root/lib/std/private/bitops_utils.nim
Commit message (Collapse)AuthorAgeFilesLines
* typetraits: add toSigned, toUnsigned (#18445)Timothee Cour2022-04-071-5/+10
| | | | | | | | * typetraits: add toSigned, toUnsigned * improve and add tests Co-authored-by: Andreas Rumpf <rumpf_a@web.de> Co-authored-by: flywind <xzsflywind@gmail.com>
* renamed: lib/std/private/vmutils.nim -> lib/std/private/bitops_utils.nim ↵Timothee Cour2021-08-081-0/+17
to avoid confusion with unrelated std/vmutils (#18660)