and
returns the bitwise and of this address and the given address.
Return
the result of the bitwise and
Parameters
other
the address to perform bitwise and with
returns the bitwise and of this address and the given unsigned integer.
Return
the result of the bitwise and
Parameters
other
the unsigned integer to perform bitwise and with