BitMath
Functions
closestBitRight
function closestBitRight(uint256 x, uint8 bit) internal pure returns (uint256 id);Name
Type
Description
Name
Type
Description
closestBitLeft
function closestBitLeft(uint256 x, uint8 bit) internal pure returns (uint256 id);Name
Type
Description
Name
Type
Description
mostSignificantBit
Name
Type
Description
Name
Type
Description
leastSignificantBit
Name
Type
Description
Name
Type
Description
Last updated