TickBitmap
TickBitmap
EmptyError
error EmptyError()
AlreadyExistsError
error AlreadyExistsError()
B0_BITMAP_KEY
uint256 B0_BITMAP_KEY
MAX_UINT_256_MINUS_1
uint256 MAX_UINT_256_MINUS_1
has
function has(mapping(uint256 => uint256) self, Tick tick) internal view returns (bool)
isEmpty
function isEmpty(mapping(uint256 => uint256) self) internal view returns (bool)
highest
function highest(mapping(uint256 => uint256) self) internal view returns (Tick)
set
function set(mapping(uint256 => uint256) self, Tick tick) internal
clear
function clear(mapping(uint256 => uint256) self, Tick tick) internal
maxLessThan
function maxLessThan(mapping(uint256 => uint256) self, Tick tick) internal view returns (Tick)