RustQIP icon indicating copy to clipboard operation
RustQIP copied to clipboard

Find and fix custom implementations of stdlib functions.

Open Renmusxd opened this issue 5 years ago • 0 comments

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.

Renmusxd avatar Dec 19 '19 21:12 Renmusxd