xor()
xor(lhs, rhs): string
Performs a bitwise XOR operation between lhs
and rhs
Parameters
Parameter | Type | Description |
---|---|---|
lhs | string | |
rhs | string |
Returns
string
Generated using typedoc-plugin-markdown and TypeDoc
xor(lhs, rhs): string
Performs a bitwise XOR operation between lhs
and rhs
Parameter | Type | Description |
---|---|---|
lhs | string | |
rhs | string |
string
Generated using typedoc-plugin-markdown and TypeDoc