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