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