zip
Compresses positions
into zipped
. Useful for creating the return value of IManager.callback
function zip(int24[6] memory positions) pure returns (uint144 zipped);
Parameters
Name | Type | Description |
---|---|---|
positions | int24[6] | A flattened array of ticks, each consecutive pair of indices representing one Uniswap position |