routine ~^
1 | language documentation Operators |
1.1 | (Operators) prefix ~^ |
2 | language documentation Operators |
2.1 | (Operators) infix ~^ |
Documentation for routine ~^
assembled from the following types:
language documentation Operators
From Operators
(Operators) prefix ~^
Coerces the argument to a non-variable-encoding string buffer type (e.g. buf8
, buf16
, buf32
) and then flips each bit in that buffer.
Please note that this has not yet been implemented.
language documentation Operators
From Operators
(Operators) infix ~^
Coerces each argument to a non-variable-encoding string buffer type (e.g. buf8
, buf16
, buf32
) and then performs a numeric bitwise XOR on corresponding integers of the two buffers, padding the shorter buffer with zeroes.