JBBitmap
Utilities to manage a bool bitmap. Used for storing inactive tiers.
Functions
readId
Initialize a JBBitmapWord struct based on a mapping storage pointer and an index.
function readId(mapping(uint256 => uint256) storage self, uint256 index) internal view returns (JBBitmapWord memory);