TryAtSoftware/Extensions

Implement methods to find the position of the most significant set/unset bit

TonyTroeff opened this issue · 0 comments

Describe your idea
Just like we have the FindLeastSignificantSetBit and FindLeastSignificantUnsetBit methods, we need a pair of corresponding methods working returning the position of the most significant set/unset bit.