{
    "Function": "popFront",
    "File": "src/contracts/libraries/StructuredLinkedList.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "_pop"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function popFront(List storage self) internal returns (uint256) {\n        return _pop(self, _NEXT);\n    }"
}