ProgramMax / max

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

Rename BitScan* to CountZeroes #151

Closed ProgramMax closed 4 years ago

ProgramMax commented 4 years ago

The BitScan functions use a less known name. CountTrailingZeroes and CountLeadingZeroes are more commonly known.

This commit renamed the BitScan* functions to CountZeroes and closes #148.