uint128
uint128 copied to clipboard
Add tests for math/bits methods
The following methods are missing test coverage:
TrailingZerosOnesCountRotateLeftRotateRightReverseReverseBytesLen
Ideally, you should copy the test cases from math/bits: https://golang.org/src/math/bits/bits_test.go (specifically, you'll probably want to use the tab array from the bottom of the file).
Feel free to submit tests for all of these, or just one. You can also convert the existing LeadingZeros test to match the testing format used in math/bits.
@lukechampine Can you assign that to me? I will do it.
Sure, go for it!
Please, take a look at this. #8 If anything needed to be removed or added, inform me.
@tomaszjonak @cvhariharan @pedroandrade anyone willing to take this issue?