@bytes.not
Bitwise NOT of a bytes value (256-bit complement).
Returns: bytes
Syntax
Section titled “Syntax”@bytes.not(value)Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
value |
bytes |
Input value |
Examples
Section titled “Examples”# Bitwise NOTset $b @bytes.not(0x00ff)See Also
Section titled “See Also”- @bytes — bitwise AND, OR, shift