Reverse the order of the bits in n.
Declared in <folly/lang/Bits.h>
<folly/lang/Bits.h>
template<typename T> T bitReverse(T n);
n with the order of its bits reversed.