referrerpolicy=no-referrer-when-downgrade

Module Bitwise

Source
Expand description

Module containing a contract’s types and functions.

contract Bitwise {
    function testBitwise() public pure { <stmts> }
}

Structs§

testBitwiseCall
Function with signature testBitwise() and selector 0xcf9b9c17.
testBitwiseReturn
Container type for the return parameters of the testBitwise() function.

Enums§

BitwiseCalls
Container for all the Bitwise function calls.