summary refs log tree commit diff stats
path: root/tests/stdlib/tbitops_utils.nim
Commit message (Collapse)AuthorAgeFilesLines
* typetraits: add toSigned, toUnsigned (#18445)Timothee Cour2022-04-071-0/+14
* typetraits: add toSigned, toUnsigned * improve and add tests Co-authored-by: Andreas Rumpf <rumpf_a@web.de> Co-authored-by: flywind <xzsflywind@gmail.com>