xor()
xor(lhs, rhs): string
Performs a bitwise XOR operation between lhs
and rhs
Parameters
Parameter | Type |
---|---|
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 |
---|---|
lhs | string |
rhs | string |
string
Generated using typedoc-plugin-markdown and TypeDoc