{
    "Function": "equal",
    "File": "contracts/contracts/nomad-core/libs/TypedMemView.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "typeOf",
        "keccak",
        "typeOf",
        "keccak"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function equal(bytes29 left, bytes29 right) internal pure returns (bool) {\n    return left == right || (typeOf(left) == typeOf(right) && keccak(left) == keccak(right));\n  }"
}