ProgramMax / max

max is a tool belt for C++
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Add CountLeadingZeroes #153

Closed ProgramMax closed 4 years ago

ProgramMax commented 4 years ago

There was already a CountTrailingZeroes function.

This commit adds CountLeadingZeroes and closes #145.