Find and fix custom implementations of stdlib functions.
Opened this issue · 0 comments
Renmusxd commented
There are probably several places where custom implementations of algorithms are provided where stdlib versions exists. An example would be checking if a supplied u64 has only a single bit set, this could be done using is_power_of_two.