{
    "Function": "leftSlot",
    "File": "contracts/types/LeftRight.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function leftSlot(int256 self) internal pure returns (int128) {\n        return int128(self >> 128);\n    }"
}