bigINT
bigINT copied to clipboard
[feat] implement _builtin_popcount(x) for largInts
Description
- a method on the class largeInt which return the count the number of one’s(set bits) in an large integer.
- include tests for new implementation