{
    "Function": "b6",
    "File": "contracts/math/CastBytes32Bytes6.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "require(bool,string)"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function b6(bytes32 x) internal pure returns (bytes6 y){\n        require (bytes32(y = bytes6(x)) == x, \"Cast overflow\");\n    }"
}